diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/arm/mach-netx/xc.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'arch/arm/mach-netx/xc.c')
-rw-r--r-- | arch/arm/mach-netx/xc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-netx/xc.c b/arch/arm/mach-netx/xc.c index f1c972d87ba..f009b54e8d2 100644 --- a/arch/arm/mach-netx/xc.c +++ b/arch/arm/mach-netx/xc.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/mutex.h> | 23 | #include <linux/mutex.h> |
24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | #include <linux/export.h> | ||
27 | 26 | ||
28 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
29 | #include <mach/irqs.h> | 28 | #include <mach/irqs.h> |
@@ -136,7 +135,7 @@ int xc_request_firmware(struct xc *x) | |||
136 | if (head->magic != 0x4e657458) { | 135 | if (head->magic != 0x4e657458) { |
137 | if (head->magic == 0x5874654e) { | 136 | if (head->magic == 0x5874654e) { |
138 | dev_err(x->dev, | 137 | dev_err(x->dev, |
139 | "firmware magic is 'XteN'. Endianness problems?\n"); | 138 | "firmware magic is 'XteN'. Endianess problems?\n"); |
140 | ret = -ENODEV; | 139 | ret = -ENODEV; |
141 | goto exit_release_firmware; | 140 | goto exit_release_firmware; |
142 | } | 141 | } |