diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-06-02 14:15:10 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-06-02 14:15:10 +0200 |
commit | e4caa8bab3862a7694ab7c6dfede223227ad7fc5 (patch) | |
tree | 9fa537a72f00f6b4f86c2da7be2e9554304a8ec4 /arch/sh/boot/compressed/vmlinux.scr | |
parent | ALSA: hda: Use LPIB for ASUS M2V (diff) | |
parent | ALSA: hda-intel - fix wallclk variable update and condition (diff) | |
download | linux-e4caa8bab3862a7694ab7c6dfede223227ad7fc5.tar.xz linux-e4caa8bab3862a7694ab7c6dfede223227ad7fc5.zip |
Merge branch 'master' of git.alsa-project.org:alsa-kernel into fix/hda
Diffstat (limited to 'arch/sh/boot/compressed/vmlinux.scr')
-rw-r--r-- | arch/sh/boot/compressed/vmlinux.scr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr index f02382ae5c48..862d74808236 100644 --- a/arch/sh/boot/compressed/vmlinux.scr +++ b/arch/sh/boot/compressed/vmlinux.scr @@ -1,6 +1,6 @@ SECTIONS { - .rodata.compressed : { + .rodata..compressed : { input_len = .; LONG(input_data_end - input_data) input_data = .; *(.data) |