carl9170 firmware: replace already defined __section with __in_section
[carl9170fw.git] / carlfw / include / rom.h
index 922c5c837b11e25d4243ddca9bcaa13527b1b017..5abb5b60b6b1becfb51c52ed93a515ef11b3fb92 100644 (file)
@@ -77,6 +77,6 @@ struct ar9170_rom {
        struct ar9170_eeprom sys;
 } __packed;
 
-static const struct ar9170_rom rom __section(eeprom);
+static const struct ar9170_rom rom __in_section(eeprom);
 
 #endif /* __CARL9170FW_ROM_H */