[PATCH 6/7] drm/radeon: delete unused member from struct radeon_pll
Nils Wallménius
nils.wallmenius at gmail.com
Sat Mar 19 15:12:16 UTC 2016
Signed-off-by: Nils Wallménius <nils.wallmenius at gmail.com>
---
drivers/gpu/drm/radeon/radeon_mode.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index bb75201a..b0060f4 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -191,9 +191,6 @@ struct radeon_pll {
/* flags for the current clock */
uint32_t flags;
-
- /* pll id */
- uint32_t id;
};
struct radeon_i2c_chan {
--
2.7.0
More information about the dri-devel
mailing list