From 64137fed722bbfcf5d708511972690fe23189ff8 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Thu, 16 Aug 2007 15:23:20 -0700 Subject: compat: Add missing compat.h From: Trent Piepho 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 --- linux/drivers/media/dvb/frontends/dvb-pll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/dvb/frontends') 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 #include #include +#include "compat.h" #include "dvb-pll.h" -- cgit v1.2.3