1. 26 3月, 2015 1 次提交
    • C
      c6x: include: asm: setup: Include "linux/types.h" · 9bd54f64
      Chen Gang 提交于
      Some modules may assume "asm/setup.h" already include all headers which
      needed by itself. So need let "asm/setup.h" include "linux/types.h", the
      related error:
      
        C [M]  drivers/input/joydev.o
        In file included from include/asm-generic/page.h:23:0,
                         from ./arch/c6x/include/asm/page.h:9,
                         from include/asm-generic/io.h:14,
                         from arch/c6x/include/generated/asm/io.h:1,
                         from drivers/input/joydev.c:15:
        ./arch/c6x/include/asm/setup.h:17:27: error: unknown type name 'phys_addr_t'
         extern int c6x_add_memory(phys_addr_t start, unsigned long size);
                                   ^
      Signed-off-by: NChen Gang <gang.chen.5i5j@gmail.com>
      Signed-off-by: NMark Salter <msalter@redhat.com>
      9bd54f64
  2. 10 10月, 2013 1 次提交
  3. 29 11月, 2012 1 次提交
  4. 10 10月, 2012 1 次提交
  5. 29 3月, 2012 1 次提交
  6. 07 10月, 2011 1 次提交