Commit 5c8f82c6 authored by Paul Mundt's avatar Paul Mundt

maple: Fix up maple build failure.

maple_devinfo->connector_direction had a typo, fix it up..
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b785537f
...@@ -39,7 +39,7 @@ struct maple_devinfo { ...@@ -39,7 +39,7 @@ struct maple_devinfo {
unsigned long function; unsigned long function;
unsigned long function_data[3]; unsigned long function_data[3];
unsigned char area_code; unsigned char area_code;
unsigned char connector_directon; unsigned char connector_direction;
char product_name[31]; char product_name[31];
char product_licence[61]; char product_licence[61];
unsigned short standby_power; unsigned short standby_power;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment