diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-19 19:03:52 -0500 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 05:26:01 -0500 |
| commit | 07b3bb1ef211fdf20eddcae902d1098788ea2f6e (patch) | |
| tree | 2807803056ad7a73955c71947e4002b50b6d2861 /include/linux | |
| parent | 9bf59424862ef5c1ba5d7ad6699a0b474916c4e3 (diff) | |
Rename .data.nosave to .data..nosave.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init.h b/include/linux/init.h index ab1d31f9352b..de994304e0bb 100644 --- a/include/linux/init.h +++ b/include/linux/init.h | |||
| @@ -301,7 +301,7 @@ void __init parse_early_options(char *cmdline); | |||
| 301 | #endif | 301 | #endif |
| 302 | 302 | ||
| 303 | /* Data marked not to be saved by software suspend */ | 303 | /* Data marked not to be saved by software suspend */ |
| 304 | #define __nosavedata __section(.data.nosave) | 304 | #define __nosavedata __section(.data..nosave) |
| 305 | 305 | ||
| 306 | /* This means "can be init if no module support, otherwise module load | 306 | /* This means "can be init if no module support, otherwise module load |
| 307 | may call it." */ | 307 | may call it." */ |
