]> git.ipfire.org Git - people/ms/linux.git/commit
MIPS: include linux/types.h
authorQais Yousef <qais.yousef@imgtec.com>
Mon, 9 Dec 2013 09:49:45 +0000 (09:49 +0000)
committerJiri Slaby <jslaby@suse.cz>
Mon, 24 Mar 2014 08:45:06 +0000 (09:45 +0100)
commitcf9fca41e523e859aadb6ae78a9502662f9fc7a1
treef2a736ac0eec9808192536a64e3336a81e1d38fa
parent44c5d3f4fa20751a53279cb93be4e9a2974fc01a
MIPS: include linux/types.h

commit 87c99203fea897fbdd84b681ad9fced2517dcf98 upstream.

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/
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/mips/include/asm/mipsregs.h