
18 Feb
2011
18 Feb
'11
1:56 p.m.
Dear Andreas Bießmann,
#ifndef CONFIG_AT91_LEGACY -#define CONFIG_AT91_LEGACY -#warning Please update to use C structur SoC access ! +# define CONFIG_AT91_LEGACY
this would be CONFIG_ATMEL_LEGACY
+# warning Please update to use C structur SoC access ! #endif
Interesting.. It did build although the (wrong) define should not have been set. Either it is set somewhere, or it is actually not required.
Anyway, when the driver is converted to struct SoC access, this will be removed. Reinhard