OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 134... Line 134...
134 header-y += swab.h 134 header-y += swab.h
135 +header-y += switch.h 135 +header-y += switch.h
136 header-y += synclink.h 136 header-y += synclink.h
137 header-y += sync_file.h 137 header-y += sync_file.h
138 header-y += sysctl.h 138 header-y += sysctl.h
139 --- a/include/linux/platform_data/b53.h -  
140 +++ b/include/linux/platform_data/b53.h -  
141 @@ -25,6 +25,9 @@ struct b53_platform_data { -  
142 u32 chip_id; -  
143 u16 enabled_ports; -  
144 -  
145 + /* allow to specify an ethX alias */ -  
146 + const char *alias; -  
147 + -  
148 /* only used by MMAP'd driver */ -  
149 unsigned big_endian:1; -  
150 void __iomem *regs; -