Rename .data.nosave to .data..nosave.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
9bf5942486
commit
07b3bb1ef2
3 changed files with 3 additions and 3 deletions
|
@ -301,7 +301,7 @@ void __init parse_early_options(char *cmdline);
|
|||
#endif
|
||||
|
||||
/* Data marked not to be saved by software suspend */
|
||||
#define __nosavedata __section(.data.nosave)
|
||||
#define __nosavedata __section(.data..nosave)
|
||||
|
||||
/* This means "can be init if no module support, otherwise module load
|
||||
may call it." */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue