]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Delete bogus module.h usage in termios.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 00:24:47 +0000 (19:24 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Apr 2012 23:19:07 +0000 (00:19 +0100)
commit4a3dffd6cb128528407e946442ce0cc751a82595
tree7d0ee8940004469862c82b0b733e9b9a56d8912a
parent39f82728aa40be6eae16bfaebb5ce8fa01f07c1b
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 <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3449/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/module.h
arch/mips/include/asm/termios.h