kernel: bump 4.9 to 4.9.100
[openwrt/staging/stintel.git] / target / linux / generic / hack-4.9 / 220-gc_sections.patch
index 02e36b664ea36b061822bd5866943e336b12a3e7..40e4905db29985b713a1c874d887c8e9d527e573 100644 (file)
@@ -261,7 +261,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
  #define TRACE_SYSCALLS()
 @@ -172,7 +172,7 @@
  #ifdef CONFIG_SERIAL_EARLYCON
- #define EARLYCON_TABLE() STRUCT_ALIGN();                      \
+ #define EARLYCON_TABLE() . = ALIGN(8);                                \
                         VMLINUX_SYMBOL(__earlycon_table) = .;  \
 -                       *(__earlycon_table)                    \
 +                       KEEP(*(__earlycon_table))              \