diff options
Diffstat (limited to 'drivers/media/dvb/firesat/firesat-rc.h')
-rw-r--r-- | drivers/media/dvb/firesat/firesat-rc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/dvb/firesat/firesat-rc.h b/drivers/media/dvb/firesat/firesat-rc.h deleted file mode 100644 index 12c1c5c28b36..000000000000 --- a/drivers/media/dvb/firesat/firesat-rc.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #ifndef _FIREDTV_RC_H | ||
2 | #define _FIREDTV_RC_H | ||
3 | |||
4 | struct firesat; | ||
5 | struct device; | ||
6 | |||
7 | int firesat_register_rc(struct firesat *firesat, struct device *dev); | ||
8 | void firesat_unregister_rc(struct firesat *firesat); | ||
9 | void firesat_handle_rc(struct firesat *firesat, unsigned int code); | ||
10 | |||
11 | #endif /* _FIREDTV_RC_H */ | ||