diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/imacfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/imacfb.c b/drivers/video/imacfb.c index 18ea4a549105..6455fd2a39f2 100644 --- a/drivers/video/imacfb.c +++ b/drivers/video/imacfb.c | |||
@@ -58,7 +58,7 @@ static int model = M_UNKNOWN; | |||
58 | static int manual_height; | 58 | static int manual_height; |
59 | static int manual_width; | 59 | static int manual_width; |
60 | 60 | ||
61 | static int set_system(struct dmi_system_id *id) | 61 | static int set_system(const struct dmi_system_id *id) |
62 | { | 62 | { |
63 | printk(KERN_INFO "imacfb: %s detected - set system to %ld\n", | 63 | printk(KERN_INFO "imacfb: %s detected - set system to %ld\n", |
64 | id->ident, (long)id->driver_data); | 64 | id->ident, (long)id->driver_data); |