diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-02 15:58:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-02 15:58:50 -0300 |
commit | b08432f588a4161f12dd8419a2673ba582c9d3ab (patch) | |
tree | 4ec2fd257cac5434cf2d3cda154f65d77e5006f1 /linux/drivers/media/radio/radio-maestro.c | |
parent | 424e8229ba171eb97b4d366990e3dd17b1eade74 (diff) | |
parent | ff3f4061e1e6854e0d2c8c52c2363f3d67302651 (diff) | |
download | mediapointer-dvb-s2-b08432f588a4161f12dd8419a2673ba582c9d3ab.tar.gz mediapointer-dvb-s2-b08432f588a4161f12dd8419a2673ba582c9d3ab.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/pending
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio/radio-maestro.c')
-rw-r--r-- | linux/drivers/media/radio/radio-maestro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-maestro.c b/linux/drivers/media/radio/radio-maestro.c index 5867ccd9d..158819686 100644 --- a/linux/drivers/media/radio/radio-maestro.c +++ b/linux/drivers/media/radio/radio-maestro.c @@ -24,10 +24,10 @@ #include <linux/delay.h> #include <asm/io.h> #include <asm/uaccess.h> -#include "compat.h" #include <linux/pci.h> #include <linux/videodev2.h> #include <media/v4l2-common.h> +#include "compat.h" #include <linux/version.h> /* for KERNEL_VERSION MACRO */ #define RADIO_VERSION KERNEL_VERSION(0,0,6) |