[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334723412-5034-8-git-send-email-marcos.souza.org@gmail.com>
Date: Wed, 18 Apr 2012 01:30:07 -0300
From: Marcos Paulo de Souza <marcos.souza.org@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Marcos Paulo de Souza <marcos.souza.org@...il.com>,
Mauro Carvalho Chehab <mchehab@...radead.org>,
<linux-media@...r.kernel.org>
Subject: [PATCH 07/12] drivers: media: video: tm6000: tm6000.h: Include version.h header
The output of "make versioncheck" told us that:
drivers/media/video/tm6000/tm6000.h: 401: need linux/version.h
If we take a look at the code, we can see the use of the macro
KERNEL_VERSION. So, we need this include.
In this patch too, the headers of the file were reordered in alphabetic
order. No functional changes here.
Cc: Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: <linux-media@...r.kernel.org >
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@...il.com>
---
drivers/media/video/tm6000/tm6000.h | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/drivers/media/video/tm6000/tm6000.h b/drivers/media/video/tm6000/tm6000.h
index 27ba659..e984cf2 100644
--- a/drivers/media/video/tm6000/tm6000.h
+++ b/drivers/media/video/tm6000/tm6000.h
@@ -20,18 +20,19 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <linux/videodev2.h>
-#include <media/v4l2-common.h>
-#include <media/videobuf-vmalloc.h>
-#include "tm6000-usb-isoc.h"
+#include <linux/dvb/frontend.h>
#include <linux/i2c.h>
#include <linux/mutex.h>
+#include <linux/version.h>
+#include <linux/videodev2.h>
+#include <media/videobuf-vmalloc.h>
+#include <media/v4l2-common.h>
#include <media/v4l2-device.h>
-#include <linux/dvb/frontend.h>
+#include "dmxdev.h"
#include "dvb_demux.h"
#include "dvb_frontend.h"
-#include "dmxdev.h"
+#include "tm6000-usb-isoc.h"
#define TM6000_VERSION KERNEL_VERSION(0, 0, 2)
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists