X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Fcarlfw%2Finclude%2From.h;h=f9ff8b58cadc97f76fc5b8ab141545b724844d33;hp=922c5c837b11e25d4243ddca9bcaa13527b1b017;hb=4d82a54061be75c0bf489026aad55821bc9c61c7;hpb=1ba1a88647bfe113c885f985d6e383790dec2a1f diff --git a/carl9170fw/carlfw/include/rom.h b/carl9170fw/carlfw/include/rom.h index 922c5c8..f9ff8b5 100644 --- a/carl9170fw/carlfw/include/rom.h +++ b/carl9170fw/carlfw/include/rom.h @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_ROM_H @@ -77,6 +76,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 */