summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvbdev.h
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-06-18 12:20:44 +0000
committerMichael Hunold <devnull@localhost>2003-06-18 12:20:44 +0000
commitfb0c1b161937e8936aa52c67a353650d3e1e2926 (patch)
tree8b3d6dcf6a0022440ff8ebbcf3d8619bfa1cd8a7 /linux/drivers/media/dvb/dvb-core/dvbdev.h
parentd803680c98d5c00510224ac46c315f1ba2d7f6ac (diff)
downloadmediapointer-dvb-s2-fb0c1b161937e8936aa52c67a353650d3e1e2926.tar.gz
mediapointer-dvb-s2-fb0c1b161937e8936aa52c67a353650d3e1e2926.tar.bz2
When I submitted the last patchset for the 2.5 kernel series,
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset.
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/dvbdev.h')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvbdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.h b/linux/drivers/media/dvb/dvb-core/dvbdev.h
index b9eac9b46..2c14d0e1f 100644
--- a/linux/drivers/media/dvb/dvb-core/dvbdev.h
+++ b/linux/drivers/media/dvb/dvb-core/dvbdev.h
@@ -24,7 +24,7 @@
#ifndef _DVBDEV_H_
#define _DVBDEV_H_
-#include <asm/types.h>
+#include <linux/types.h>
#include <linux/poll.h>
#include <linux/fs.h>
#include <linux/list.h>