diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-06-21 13:30:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:11:34 -0400 |
commit | fa1035997cbba4c348a88f8b94eb135222aaba12 (patch) | |
tree | c05884d77c2d3cc20701d1be08d56129ccc84b54 | |
parent | fdea5d69c1d335a639e39e83990de84e10fb2057 (diff) |
V4L/DVB (8095): zoran_driver.c: Removed duplicated include
Removed duplicated include file <asm/byteorder.h> in
drivers/media/video/zoran_driver.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/zoran_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/zoran_driver.c b/drivers/media/video/zoran_driver.c index 5394d7a5cfee..8764c352061d 100644 --- a/drivers/media/video/zoran_driver.c +++ b/drivers/media/video/zoran_driver.c | |||
@@ -94,7 +94,6 @@ | |||
94 | V4L2_CAP_VIDEO_OVERLAY \ | 94 | V4L2_CAP_VIDEO_OVERLAY \ |
95 | ) | 95 | ) |
96 | 96 | ||
97 | #include <asm/byteorder.h> | ||
98 | 97 | ||
99 | #if defined(CONFIG_VIDEO_V4L1_COMPAT) | 98 | #if defined(CONFIG_VIDEO_V4L1_COMPAT) |
100 | #define ZFMT(pal, fcc, cs) \ | 99 | #define ZFMT(pal, fcc, cs) \ |