diff options
author | Michael Hunold <devnull@localhost> | 2002-12-17 17:30:45 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2002-12-17 17:30:45 +0000 |
commit | cf401831b01431d455d70fb64a8f5e1d3b947e26 (patch) | |
tree | 7387425138f6e98e2091329a31dfca0d0aa74981 /linux/drivers/media/common/saa7146_vbi.c | |
parent | 648fb619790cc40a8f4eec94e585a653bd680122 (diff) | |
download | mediapointer-dvb-s2-cf401831b01431d455d70fb64a8f5e1d3b947e26.tar.gz mediapointer-dvb-s2-cf401831b01431d455d70fb64a8f5e1d3b947e26.tar.bz2 |
Misc. build fixes (beautification, remove some unnecessary printks)
for the new saa7146 core, the mxb driver and the saa7111 driver.
Diffstat (limited to 'linux/drivers/media/common/saa7146_vbi.c')
-rw-r--r-- | linux/drivers/media/common/saa7146_vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_vbi.c b/linux/drivers/media/common/saa7146_vbi.c index 4a8528295..d69049a7b 100644 --- a/linux/drivers/media/common/saa7146_vbi.c +++ b/linux/drivers/media/common/saa7146_vbi.c @@ -1,6 +1,6 @@ #include "saa7146.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,51) - #define KBUILD_MODNAME "saa7146" + #define KBUILD_MODNAME saa7146 #endif static int vbi_pixel_to_capture = 720 * 2; |