diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-13 19:44:53 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:12 +0900 |
commit | 5c8f82c64941594cdab53bf9f9a66c190781f4f6 (patch) | |
tree | 35a6095973c63216cdc0b5df671d8d51c697cec1 | |
parent | b785537fe6af6d0f558cc035a0c04d87873d2ce0 (diff) | |
download | op-kernel-dev-5c8f82c64941594cdab53bf9f9a66c190781f4f6.zip op-kernel-dev-5c8f82c64941594cdab53bf9f9a66c190781f4f6.tar.gz |
maple: Fix up maple build failure.
maple_devinfo->connector_direction had a typo, fix it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | include/linux/maple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/maple.h b/include/linux/maple.h index 35c3474..3f01e2b 100644 --- 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_direction; char product_name[31]; char product_licence[61]; unsigned short standby_power; |