···66 * This program is free software; you can redistribute it and/or77 * modify it under the terms of the GNU General Public License.88 */99-#include <linux/config.h>109#include <linux/module.h>1110#include <linux/apm_bios.h>1211#include <linux/kernel.h>
-1
arch/sh/boards/hp6xx/pm.c
···66 * This program is free software; you can redistribute it and/or77 * modify it under the terms of the GNU General Public License.88 */99-#include <linux/config.h>109#include <linux/init.h>1110#include <linux/suspend.h>1211#include <linux/errno.h>
···1111 *1212 * LED control drive function added by kogiidena1313 */1414-1515-#include <linux/config.h>1614#include <linux/module.h>1715#include <linux/errno.h>1816#include <linux/signal.h>
···1616 * License. See the file "COPYING" in the main directory of this archive1717 * for more details.1818 */1919-#include <linux/config.h>2019#include <linux/init.h>2120#include <linux/pm.h>2221#include <linux/mm.h>
-2
arch/sh/boards/renesas/r7780rp/irq.c
···88 * Modified for R7780RP-1 by99 * Atom Create Engineering Co., Ltd. 2002.1010 */1111-1212-#include <linux/config.h>1311#include <linux/init.h>1412#include <linux/irq.h>1513#include <asm/io.h>
-2
arch/sh/boards/renesas/r7780rp/led.c
···66 *77 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code.88 */99-1010-#include <linux/config.h>119#include <linux/sched.h>1210#include <asm/io.h>1311#include <asm/r7780rp/r7780rp.h>
···88 * May be copied or modified under the terms of the GNU General Public99 * License. See linux/COPYING for more information.1010 */1111-#include <linux/config.h>1211#include <linux/kernel.h>1312#include <linux/types.h>1413#include <linux/init.h>
-2
arch/sh/drivers/pci/ops-r7780rp.c
···88 *99 * PCI initialization for the Renesas SH7780 Highlander R7780RP-1 board1010 */1111-1212-#include <linux/config.h>1311#include <linux/kernel.h>1412#include <linux/types.h>1513#include <linux/init.h>
-2
arch/sh/drivers/pci/ops-titan.c
···1111 *1212 * PCI initialization for the Titan boards1313 */1414-1515-#include <linux/config.h>1614#include <linux/kernel.h>1715#include <linux/types.h>1816#include <linux/init.h>
-2
arch/sh/drivers/pci/pci-sh7780.c
···1212 * License. See linux/COPYING for more information.1313 *1414 */1515-1615#undef DEBUG17161818-#include <linux/config.h>1917#include <linux/types.h>2018#include <linux/kernel.h>2119#include <linux/init.h>
-1
arch/sh/kernel/apm.c
···1616 * [This document is available from Microsoft at:1717 * http://www.microsoft.com/hwdev/busbios/amp_12.htm]1818 */1919-#include <linux/config.h>2019#include <linux/module.h>2120#include <linux/poll.h>2221#include <linux/timer.h>
-1
arch/sh/math-emu/math.c
···77 * License. See the file "COPYING" in the main directory of this archive88 * for more details.99 */1010-#include <linux/config.h>1110#include <linux/kernel.h>1211#include <linux/errno.h>1312#include <linux/types.h>
-2
arch/sh/tools/gen-mach-types
···2020 printf("#ifndef __ASM_SH_MACHTYPES_H\n");2121 printf("#define __ASM_SH_MACHTYPES_H\n");2222 printf("\n");2323- printf("#include <linux/config.h>\n");2424- printf("\n");2523 printf("/*\n");2624 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n");2725 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n");
-2
include/asm-sh/sfp-machine.h
···2525#ifndef _SFP_MACHINE_H2626#define _SFP_MACHINE_H27272828-#include <linux/config.h>2929-3028#define _FP_W_TYPE_SIZE 323129#define _FP_W_TYPE unsigned long3230#define _FP_WS_TYPE signed long