|
@@ -978,8 +978,11 @@ extern void cx231xx_417_unregister(struct cx231xx *dev);
|
|
|
int cx231xx_ir_init(struct cx231xx *dev);
|
|
int cx231xx_ir_init(struct cx231xx *dev);
|
|
|
void cx231xx_ir_exit(struct cx231xx *dev);
|
|
void cx231xx_ir_exit(struct cx231xx *dev);
|
|
|
#else
|
|
#else
|
|
|
-#define cx231xx_ir_init(dev) (0)
|
|
|
|
|
-#define cx231xx_ir_exit(dev) (0)
|
|
|
|
|
|
|
+static inline int cx231xx_ir_init(struct cx231xx *dev)
|
|
|
|
|
+{
|
|
|
|
|
+ return 0;
|
|
|
|
|
+}
|
|
|
|
|
+static inline void cx231xx_ir_exit(struct cx231xx *dev) {}
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
static inline unsigned int norm_maxw(struct cx231xx *dev)
|
|
static inline unsigned int norm_maxw(struct cx231xx *dev)
|