diff options
author | Michael Hunold <devnull@localhost> | 2003-04-28 18:34:28 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-04-28 18:34:28 +0000 |
commit | cc5e492d0b600d12b8edc077323ee0197ffc348f (patch) | |
tree | 386e12ecc884044995bc0b06dfd78c7bceaa8ee7 /linux | |
parent | e1399ab6e7a98aafcabc260a30cccf1fa59666dd (diff) | |
download | mediapointer-dvb-s2-cc5e492d0b600d12b8edc077323ee0197ffc348f.tar.gz mediapointer-dvb-s2-cc5e492d0b600d12b8edc077323ee0197ffc348f.tar.bz2 |
I forgot some frontend drivers, some more compile fixes for 2.5.68
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/frontends/grundig_29504-401.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/grundig_29504-491.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/grundig_29504-401.c b/linux/drivers/media/dvb/frontends/grundig_29504-401.c index 3806a8a25..5609c0279 100644 --- a/linux/drivers/media/dvb/frontends/grundig_29504-401.c +++ b/linux/drivers/media/dvb/frontends/grundig_29504-401.c @@ -29,8 +29,8 @@ #include <linux/string.h> #include <linux/slab.h> -#include "dvb_compat.h" #include "dvb_frontend.h" +#include "dvb_compat.h" static int debug = 0; diff --git a/linux/drivers/media/dvb/frontends/grundig_29504-491.c b/linux/drivers/media/dvb/frontends/grundig_29504-491.c index 5db49c1e7..0658208b5 100644 --- a/linux/drivers/media/dvb/frontends/grundig_29504-491.c +++ b/linux/drivers/media/dvb/frontends/grundig_29504-491.c @@ -31,8 +31,8 @@ #include <linux/string.h> #include <linux/slab.h> -#include "dvb_compat.h" #include "dvb_frontend.h" +#include "dvb_compat.h" static int debug = 0; #define dprintk if (debug) printk |