diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-16 15:23:20 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-16 15:23:20 -0700 |
commit | 64137fed722bbfcf5d708511972690fe23189ff8 (patch) | |
tree | 71de9cf8499847c0fd3cb38a325c181fa3cc3dbc /linux/drivers/media/dvb/frontends/dvb-pll.c | |
parent | c1e12d920074b82dfca2b1c1c50176bc94629593 (diff) | |
download | mediapointer-dvb-s2-64137fed722bbfcf5d708511972690fe23189ff8.tar.gz mediapointer-dvb-s2-64137fed722bbfcf5d708511972690fe23189ff8.tar.bz2 |
compat: Add missing compat.h
From: Trent Piepho <xyzzy@speakeasy.org>
dvb_ca_en50221.c and dvb-pll.c were missing compat.h, and they used kzalloc
which is something that compat.h takes care of.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index 11f7d5939..2ea254570 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -21,6 +21,7 @@ #include <linux/module.h> #include <linux/dvb/frontend.h> #include <asm/types.h> +#include "compat.h" #include "dvb-pll.h" |