summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/nxt2002.h
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2006-01-21 16:07:45 +0000
committerMichael Krufky <devnull@localhost>2006-01-21 16:07:45 +0000
commit138cc43d32b8bb65c72c6239252cad82ec7d18dd (patch)
tree8c60bb7ed22e345bdf65f93145203158777602ff /linux/drivers/media/dvb/frontends/nxt2002.h
parentc2adc8ccca8b66d34544b8cf3d67eda633ab586f (diff)
downloadmediapointer-dvb-s2-138cc43d32b8bb65c72c6239252cad82ec7d18dd.tar.gz
mediapointer-dvb-s2-138cc43d32b8bb65c72c6239252cad82ec7d18dd.tar.bz2
Kill nxt2002 in favor of the nxt200x module
From: Michael Krufky <mkrufky@m1k.net> - Kill nxt2002 module in favor of nxt200x. - Repair broken nxt2002 support in the nxt200x module. - Make the flexcop driver use nxt200x instead of the nxt2002 module for the Air2PC 2nd generation PCI card. - Remove the nxt2002 module from cvs and kernel build. Signed-off-by: Michael Krufky <mkrufky@m1k.net> CC: Kirk Lapray <kirk.lapray@gmail.com> CC: Taylor Jacob <rtjacob@earthlink.net> CC: Jean-Francois Thibert <jeanfrancois@sagetv.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/nxt2002.h')
-rw-r--r--linux/drivers/media/dvb/frontends/nxt2002.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/linux/drivers/media/dvb/frontends/nxt2002.h b/linux/drivers/media/dvb/frontends/nxt2002.h
deleted file mode 100644
index 462301f57..000000000
--- a/linux/drivers/media/dvb/frontends/nxt2002.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- Driver for the Nxt2002 demodulator
-*/
-
-#ifndef NXT2002_H
-#define NXT2002_H
-
-#include <linux/dvb/frontend.h>
-#include <linux/firmware.h>
-
-struct nxt2002_config
-{
- /* the demodulator's i2c address */
- u8 demod_address;
-
- /* request firmware for device */
- int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
-};
-
-extern struct dvb_frontend* nxt2002_attach(const struct nxt2002_config* config,
- struct i2c_adapter* i2c);
-
-#endif // NXT2002_H