Skip to content

Commit

Permalink
V4L/DVB(7873): mxl5005s: Fix header includes.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent d211017 commit 66321ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/common/tuners/mxl5005s.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 66321ba

Please sign in to comment.