Skip to content

Commit

Permalink
maple: Fix up maple build failure.
Browse files Browse the repository at this point in the history
maple_devinfo->connector_direction had a typo, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Feb 14, 2008
1 parent b785537 commit 5c8f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/maple.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c8f82c

Please sign in to comment.