summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/miropcm20-rds-core.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-09-03 16:47:36 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-09-03 18:36:40 -0300
commitc7087f56a42b0aa82b181d9a08a376c4add7a683 (patch)
treefe10aa1063749e3e98eaa2617bf2dd0e101d7c99 /drivers/media/radio/miropcm20-rds-core.h
parentf75c4950bb6e677e89479192b2ecfbec0beab14e (diff)
downloadop-kernel-dev-c7087f56a42b0aa82b181d9a08a376c4add7a683.zip
op-kernel-dev-c7087f56a42b0aa82b181d9a08a376c4add7a683.tar.gz
V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code
The CONFIG_RADIO_MIROPCM20{,_RDS} code became dead code 1.5 years ago. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/miropcm20-rds-core.h')
-rw-r--r--drivers/media/radio/miropcm20-rds-core.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/media/radio/miropcm20-rds-core.h b/drivers/media/radio/miropcm20-rds-core.h
deleted file mode 100644
index aeb5761..0000000
--- a/drivers/media/radio/miropcm20-rds-core.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _MIROPCM20_RDS_CORE_H_
-#define _MIROPCM20_RDS_CORE_H_
-
-extern int aci_rds_cmd(unsigned char cmd, unsigned char databuffer[], int datasize);
-
-#define RDS_STATUS 0x01
-#define RDS_STATIONNAME 0x02
-#define RDS_TEXT 0x03
-#define RDS_ALTFREQ 0x04
-#define RDS_TIMEDATE 0x05
-#define RDS_PI_CODE 0x06
-#define RDS_PTYTATP 0x07
-#define RDS_RESET 0x08
-#define RDS_RXVALUE 0x09
-
-extern void __exit unload_aci_rds(void);
-extern int __init attach_aci_rds(void);
-
-#endif /* _MIROPCM20_RDS_CORE_H_ */
OpenPOWER on IntegriCloud