summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2004-02-03 23:10:10 +0000
committerJohannes Stezenbach <devnull@localhost>2004-02-03 23:10:10 +0000
commitad762fcce367231e8fc14d7c1ae182371edd1101 (patch)
treea4a5603b9db1fcf44168afdb9e254af70900680d /linux
parent4ad2f3cc042821eff75eb63e495584c983fa48c1 (diff)
downloadmediapointer-dvb-s2-ad762fcce367231e8fc14d7c1ae182371edd1101.tar.gz
mediapointer-dvb-s2-ad762fcce367231e8fc14d7c1ae182371edd1101.tar.bz2
patch by Geert Uytterhoeven: Never include <asm/delay.h> directly.
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/frontends/dst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dst.c b/linux/drivers/media/dvb/frontends/dst.c
index 8bafa8ace..80ea6183f 100644
--- a/linux/drivers/media/dvb/frontends/dst.c
+++ b/linux/drivers/media/dvb/frontends/dst.c
@@ -28,8 +28,8 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
+#include <linux/delay.h>
#include <asm/div64.h>
-#include <asm/delay.h>
#include "dvb_frontend.h"
#include "dvb_functions.h"