summaryrefslogtreecommitdiff
path: root/drivers/mxc/asrc
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2009-02-16 15:39:37 -0600
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:01:53 -0400
commit3eb4984a30f77f9cb12d4c83eef8a6f2b3e46bd9 (patch)
treed1998f6e22261b6cfe36697c6bf044e1686bd387 /drivers/mxc/asrc
parentb45410c56faebff4ee203d6577967b9332eecbc9 (diff)
ENGR00107392 Move asm/arch headers to linux inc dir
Architecture specific headers moved and are not accessible to userspace in 2.6.28. So they are moved to linux include directory. Signed-off-by: Rob Herring <r.herring@freescale.com>
Diffstat (limited to 'drivers/mxc/asrc')
-rw-r--r--drivers/mxc/asrc/mxc_asrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/asrc/mxc_asrc.c b/drivers/mxc/asrc/mxc_asrc.c
index c6f0c5142698..d4c6ce33063d 100644
--- a/drivers/mxc/asrc/mxc_asrc.c
+++ b/drivers/mxc/asrc/mxc_asrc.c
@@ -34,10 +34,10 @@
#include <linux/interrupt.h>
#include <linux/proc_fs.h>
#include <linux/dma-mapping.h>
+#include <linux/mxc_asrc.h>
#include <asm/irq.h>
#include <asm/memory.h>
#include <mach/dma.h>
-#include <mach/mxc_asrc.h>
static int asrc_major;
static struct class *asrc_class;