summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/mxb.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/mxb.c')
-rw-r--r--linux/drivers/media/video/mxb.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/linux/drivers/media/video/mxb.c b/linux/drivers/media/video/mxb.c
index b602a1d26..2463987b4 100644
--- a/linux/drivers/media/video/mxb.c
+++ b/linux/drivers/media/video/mxb.c
@@ -26,10 +26,6 @@
#include <media/saa7146_vv.h>
#include <linux/video_decoder.h> /* for saa7111a */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,51)
- #define KBUILD_MODNAME mxb
-#endif
-
#include "mxb.h"
#include "tea6415c.h"
#include "tea6420.h"
@@ -1030,6 +1026,8 @@ struct pci_device_id pci_tbl[] = {
}
};
+MODULE_DEVICE_TABLE(pci, pci_tbl);
+
static
struct saa7146_ext_vv vv_data = {
.inputs = MXB_INPUTS,