https://github.com/torvalds/linux
Revision 92a8ed4c7643809123ef0a65424569eaacc5c6b0 authored by Sudip Mukherjee on 29 December 2015, 22:54:19 UTC, committed by Linus Torvalds on 30 December 2015, 01:45:49 UTC
m32r allmodconfig was failing with the error:

  error: implicit declaration of function 'read'

On checking io.h it turned out that 'read' is not defined but 'readb' is
defined and 'ioread8' will then obviously mean 'readb'.

At the same time some of the helper functions ioreadN_rep() and
iowriteN_rep() were missing which also led to the build failure.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6122192
History
Tip revision: 92a8ed4c7643809123ef0a65424569eaacc5c6b0 authored by Sudip Mukherjee on 29 December 2015, 22:54:19 UTC
m32r: add io*_rep helpers
Tip revision: 92a8ed4
File Mode Size
Kconfig -rw-r--r-- 65.3 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 8.5 KB
do_mounts.c -rw-r--r-- 14.6 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 8.2 KB
do_mounts_rd.c -rw-r--r-- 8.7 KB
init_task.c -rw-r--r-- 728 bytes
initramfs.c -rw-r--r-- 13.8 KB
main.c -rw-r--r-- 24.7 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.2 KB

back to top