diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-07-02 21:17:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 17:17:24 +0200 |
commit | 0389b34e7c5c2dcdef61ed1741db674b47e4dc00 (patch) | |
tree | d51ac5a2316c45711b3cccd7fec6024a294eaa57 /drivers/media/dvb/frontends/zl10036.c | |
parent | V4L/DVB (12199): remove redundant tests on unsigned (diff) | |
download | linux-0389b34e7c5c2dcdef61ed1741db674b47e4dc00.tar.xz linux-0389b34e7c5c2dcdef61ed1741db674b47e4dc00.zip |
V4L/DVB (12200): mt312: Fix checkpatch warnings
This patch fixes some checkpatch warnings in mt312-driver.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10036.c')
-rw-r--r-- | drivers/media/dvb/frontends/zl10036.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10036.c b/drivers/media/dvb/frontends/zl10036.c index e22a0b381dc4..4e814ff22b23 100644 --- a/drivers/media/dvb/frontends/zl10036.c +++ b/drivers/media/dvb/frontends/zl10036.c @@ -29,7 +29,7 @@ #include <linux/module.h> #include <linux/dvb/frontend.h> -#include <asm/types.h> +#include <linux/types.h> #include "zl10036.h" |