2014-12-18 05:59:30

by Ley Foon Tan

[permalink] [raw]
Subject: [GIT PULL] arch/nios2 fixes for 3.19

Hi Linus,

There are 3 arch/nios2 fixes for 3.19.
Please consider pulling.

Regards
Ley Foon

The following changes since commit 603ba7e41bf5d405aba22294af5d075d8898176d:

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2014-12-16 15:53:03 -0800)

are available in the git repository at:


git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-fixes-v3.19

for you to fetch changes up to f1f2eac9124bf0dc82b652871f9a596bce2d3e10:

nios2/uaccess: fix sparse errors (2014-12-17 13:53:41 +0800)

----------------------------------------------------------------
nios2 fixes for v3.19
- add definition of ioremap_wc to io.h to fix build error from make allmodconfig
- fix make defconfig
- fix sparse error
----------------------------------------------------------------
Guenter Roeck (1):
nios2: add definition of ioremap_wc to io.h

Ley Foon Tan (1):
nios2/uaccess: fix sparse errors

Paul Bolle (1):
nios2: enable "make defconfig"

arch/nios2/Makefile | 2 ++
arch/nios2/include/asm/io.h | 2 ++
arch/nios2/include/asm/uaccess.h | 4 ++--
3 files changed, 6 insertions(+), 2 deletions(-)