X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2From.h;h=5abb5b60b6b1becfb51c52ed93a515ef11b3fb92;hb=dc6f07cd80678ff56077ce7d9b2d1bbded6caa2b;hp=7d0ddadeb3a3b854d44c7400387cf6abf91465c5;hpb=63f1c853a7f4a4655e51e0c4f17d872885f7f176;p=carl9170fw.git diff --git a/carlfw/include/rom.h b/carlfw/include/rom.h index 7d0ddad..5abb5b6 100644 --- a/carlfw/include/rom.h +++ b/carlfw/include/rom.h @@ -3,10 +3,10 @@ * * ROM layout * - * Copyright (c) 2000-2005 ZyDAS Technology Corporation + * Copyright (c) 2000-2005 ZyDAS Technology Corporation * Copyright (c) 2007-2009 Atheros Communications, Inc. * Copyright 2009 Johannes Berg - * Copyright 2009, 2010 Christian Lamparter + * Copyright 2009-2011 Christian Lamparter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 */