Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2914d4da authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Kill off remaining config.h references.



A few of these managed to sneak back in, get rid of them once
and for all.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3e6c999d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,6 @@
 * This program is free software; you can redistribute it and/or
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License.
 * modify it under the terms of the GNU General Public License.
 */
 */
#include <linux/config.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/apm_bios.h>
#include <linux/apm_bios.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,6 @@
 * This program is free software; you can redistribute it and/or
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License.
 * modify it under the terms of the GNU General Public License.
 */
 */
#include <linux/config.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/suspend.h>
#include <linux/suspend.h>
#include <linux/errno.h>
#include <linux/errno.h>
+0 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,6 @@
 * modified by kogiidena
 * modified by kogiidena
 * 2005.03.03
 * 2005.03.03
 */
 */

#include <linux/config.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/irq.h>
#include <asm/io.h>
#include <asm/io.h>
+0 −2
Original line number Original line Diff line number Diff line
@@ -11,8 +11,6 @@
 *
 *
 * LED control drive function added by kogiidena
 * LED control drive function added by kogiidena
 */
 */

#include <linux/config.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/signal.h>
#include <linux/signal.h>
+0 −2
Original line number Original line Diff line number Diff line
@@ -8,8 +8,6 @@
 * modifed by kogiidena
 * modifed by kogiidena
 * 2005.09.16
 * 2005.09.16
 */
 */

#include <linux/config.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/sched.h>
Loading