aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/imacfb.c2
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;
58static int manual_height; 58static int manual_height;
59static int manual_width; 59static int manual_width;
60 60
61static int set_system(struct dmi_system_id *id) 61static 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);