Browse Source

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>
Paul Mundt 17 years ago
parent
commit
5c8f82c649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/maple.h

+ 1 - 1
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;