From: Paul Gortmaker Date: Wed, 29 Feb 2012 00:24:47 +0000 (-0500) Subject: MIPS: Delete bogus module.h usage in termios.h X-Git-Tag: v3.5-rc1~47^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca98d399e66899222f1d457731b7857e85e09f1;p=pandora-kernel.git MIPS: Delete bogus module.h usage in termios.h There is no need for this. Removing it causes a small amount of fallout (shown below) due to a few implicit header presence assumptions that are easily fixed. arch/mips/include/asm/termios.h:103: error: implicit declaration of function 'access_ok' arch/mips/include/asm/module.h:17: error: expected specifier-qualifier-list before 'Elf64_Addr' Signed-off-by: Paul Gortmaker Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3449/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed