diff options
| author | 2010-06-30 15:07:09 -0700 | |
|---|---|---|
| committer | 2010-06-30 15:07:09 -0700 | |
| commit | 08fa16b6b75005c120b59d00ae42a0b7cc68db45 (patch) | |
| tree | c5f22412467f72dd0c7291bbb958a9485e894f02 /include/linux/init.h | |
| parent | Input: lm8323 - fix error handling in lm8323_probe() (diff) | |
| parent | Linux 2.6.35-rc3 (diff) | |
Merge commit 'v2.6.35-rc3' into next
Diffstat (limited to 'include/linux/init.h')
| -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); #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." */ |
