diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-13 05:44:53 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:12 -0500 |
commit | 5c8f82c64941594cdab53bf9f9a66c190781f4f6 (patch) | |
tree | 35a6095973c63216cdc0b5df671d8d51c697cec1 /include | |
parent | b785537fe6af6d0f558cc035a0c04d87873d2ce0 (diff) |
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>
Diffstat (limited to 'include')
-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 35c3474ccf68..3f01e2bae1a1 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h | |||
@@ -39,7 +39,7 @@ struct maple_devinfo { | |||
39 | unsigned long function; | 39 | unsigned long function; |
40 | unsigned long function_data[3]; | 40 | unsigned long function_data[3]; |
41 | unsigned char area_code; | 41 | unsigned char area_code; |
42 | unsigned char connector_directon; | 42 | unsigned char connector_direction; |
43 | char product_name[31]; | 43 | char product_name[31]; |
44 | char product_licence[61]; | 44 | char product_licence[61]; |
45 | unsigned short standby_power; | 45 | unsigned short standby_power; |