diff options
author | David Härdeman <david@hardeman.nu> | 2015-07-20 21:16:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-19 12:02:33 +0200 |
commit | 23f28f2adcf608170c9062b1f490c4f0dcc995e3 (patch) | |
tree | 7df62b8f41812e7c3ed761882c08b9914585705c /drivers/media/rc/nuvoton-cir.h | |
parent | [media] vb2: Fix compilation breakage when !CONFIG_BUG (diff) | |
download | linux-23f28f2adcf608170c9062b1f490c4f0dcc995e3.tar.xz linux-23f28f2adcf608170c9062b1f490c4f0dcc995e3.zip |
Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback"
This reverts commit da7ee60b03bd66bb10974d7444aa444de6391312.
The current code is not mature enough, the API should allow a single
protocol to be specified. Also, the current code contains heuristics
that will depend on module load order.
Signed-off-by: David Härdeman <david@hardeman.nu>
Acked-by: Antti Seppälä <a.seppala@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/nuvoton-cir.h')
-rw-r--r-- | drivers/media/rc/nuvoton-cir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h index 9d0e161c2a88..e1cf23c3875b 100644 --- a/drivers/media/rc/nuvoton-cir.h +++ b/drivers/media/rc/nuvoton-cir.h @@ -63,7 +63,6 @@ static int debug; */ #define TX_BUF_LEN 256 #define RX_BUF_LEN 32 -#define WAKE_FIFO_LEN 67 struct nvt_dev { struct pnp_dev *pdev; |