1. 08 9月, 2008 2 次提交
  2. 25 8月, 2008 1 次提交
    • A
      sh64: re-add the __strnlen_user() prototype · a1068264
      Adrian Bunk 提交于
      Commit 42fd3b14
      (sh: Initial consolidation of the _32/_64 uaccess split.)
      mistakenly removed the sh64 __strnlen_user() prototype,
      resulting in the following compile error:
      
      <--  snip  -->
      
      ...
        CC      init/main.o
      In file included from include/linux/poll.h:13,
                       from include/linux/rtc.h:113,
                       from include/linux/efi.h:19,
                       from init/main.c:43:
      arch/sh/include/asm/uaccess.h: In function 'strnlen_user':
      arch/sh/include/asm/uaccess.h:213: error: implicit declaration of function '__strnlen_user'
      ...
      make[2]: *** [init/main.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a1068264
  3. 15 8月, 2008 1 次提交
  4. 11 8月, 2008 4 次提交
  5. 07 8月, 2008 1 次提交
  6. 04 8月, 2008 4 次提交
  7. 02 8月, 2008 4 次提交
  8. 29 7月, 2008 7 次提交