projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b785537
)
maple: Fix up maple build failure.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 13 Feb 2008 10:44:53 +0000
(19:44 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:12 +0000
(14:22 +0900)
maple_devinfo->connector_direction had a typo, fix it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/maple.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/maple.h
b/include/linux/maple.h
index 35c3474ccf6843623ee131adf439cad5784d52c1..3f01e2bae1a1dcb22303b7f1edd1399c20d47f6c 100644
(file)
--- a/
include/linux/maple.h
+++ b/
include/linux/maple.h
@@
-39,7
+39,7
@@
struct maple_devinfo {
unsigned long function;
unsigned long function_data[3];
unsigned char area_code;
- unsigned char connector_directon;
+ unsigned char connector_direct
i
on;
char product_name[31];
char product_licence[61];
unsigned short standby_power;