diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fb.c b/drivers/media/video/ivtv/ivtv-fb.c index ffe6478682ae..d2b1f5d5c8b2 100644 --- a/drivers/media/video/ivtv/ivtv-fb.c +++ b/drivers/media/video/ivtv/ivtv-fb.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <linux/console.h> | 47 | #include <linux/console.h> |
48 | #include <linux/bitops.h> | 48 | #include <linux/bitops.h> |
49 | #include <linux/pagemap.h> | 49 | #include <linux/pagemap.h> |
50 | #include <linux/matroxfb.h> | 50 | #include <media/ivtv-fb.h> |
51 | 51 | ||
52 | #include <asm/io.h> | 52 | #include <asm/io.h> |
53 | #include <asm/ioctl.h> | 53 | #include <asm/ioctl.h> |
@@ -59,7 +59,6 @@ | |||
59 | #include "ivtv-driver.h" | 59 | #include "ivtv-driver.h" |
60 | #include "ivtv-udma.h" | 60 | #include "ivtv-udma.h" |
61 | #include "ivtv-mailbox.h" | 61 | #include "ivtv-mailbox.h" |
62 | #include <media/ivtv-fb.h> | ||
63 | 62 | ||
64 | /* card parameters */ | 63 | /* card parameters */ |
65 | static int ivtv_fb_card_id = -1; | 64 | static int ivtv_fb_card_id = -1; |