Browse Source

V4L/DVB(7873): mxl5005s: Fix header includes.

Ensure we have the correct .h dependencies included.

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Steven Toth 17 years ago
parent
commit
66321ba94f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/media/common/tuners/mxl5005s.h

+ 2 - 1
drivers/media/common/tuners/mxl5005s.h

@@ -23,7 +23,8 @@
 #ifndef __MXL5005S_H
 #define __MXL5005S_H
 
-#include <linux/dvb/frontend.h>
+#include <linux/i2c.h>
+#include "dvb_frontend.h"
 
 struct mxl5005s_config {