]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: include linux/types.h
authorQais Yousef <qais.yousef@imgtec.com>
Mon, 9 Dec 2013 09:49:45 +0000 (09:49 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 23 Jan 2014 12:02:37 +0000 (13:02 +0100)
commit5799e3982746adcd40b349b01c250c6679aa9df4
tree37ed0e234093f4032ab6f01aed9f8ac4f678fad2
parentfb45c3bc6fa308050089dc4027f205827a3db4a3
MIPS: include linux/types.h

The file uses u16 type but doesn't include its definition explicitly

I was getting this error when including this header in my driver:

  arch/mips/include/asm/mipsregs.h:644:33: error: unknown type name ‘u16’

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Reviewed-by: Steven J. Hill <Steven.Hill@imgtec.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6212/
arch/mips/include/asm/mipsregs.h