Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2013 22:26:38 +0000 (14:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2013 22:26:38 +0000 (14:26 -0800)
Pull OpenRISC updates from Jonas Bonn:
 - small cleanups to make allmodconfig pass
 - defconfig refresh
 - a handful of code sanitization patches

* tag 'for-3.13' of git://git.openrisc.net/~jonas/linux:
  openrisc: Refactor or32_early_setup()
  openrisc: Remove unused declaration of __initramfs_start
  openrisc: Use the declarations provided by <asm/sections.h>
  openrisc: Refresh or1ksim_defconfig for v3.12
  openrisc: Refactor 16-bit constant relocation
  openrisc: include: asm: Kbuild: add default "vga.h"
  openrisc: Makefile: append "-D__linux__" to KBUILD_CFLAGS

1  2 
arch/openrisc/include/asm/Kbuild
arch/openrisc/kernel/setup.c

@@@ -65,6 -65,6 +65,7 @@@ generic-y += trace_clock.
  generic-y += types.h
  generic-y += ucontext.h
  generic-y += user.h
+ generic-y += vga.h
  generic-y += word-at-a-time.h
  generic-y += xor.h
 +generic-y += preempt.h
Simple merge