diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-07 12:34:57 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-07 12:34:57 -0400 |
commit | a929752c4b0b162d5091673bddb2a734bd3df45d (patch) | |
tree | a3264bb57ddbef2a0465acd7af47c79e79e1904b /include/linux | |
parent | 57a7a62eb65b35f51814382b0841ff99be242880 (diff) | |
parent | b0dbcf511c4bd10350902e79a1bdd4f5dcca66b6 (diff) |
Merge branch 'smc91x' into pxa-viper
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/smc91x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/smc91x.h b/include/linux/smc91x.h index 3827b922ba1f..ed25483d25d9 100644 --- a/include/linux/smc91x.h +++ b/include/linux/smc91x.h | |||
@@ -18,6 +18,8 @@ | |||
18 | 18 | ||
19 | struct smc91x_platdata { | 19 | struct smc91x_platdata { |
20 | unsigned long flags; | 20 | unsigned long flags; |
21 | unsigned char leda; | ||
22 | unsigned char ledb; | ||
21 | }; | 23 | }; |
22 | 24 | ||
23 | #endif /* __SMC91X_H__ */ | 25 | #endif /* __SMC91X_H__ */ |