diff options
author | phk <phk@FreeBSD.org> | 2000-10-12 08:14:20 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-12 08:14:20 +0000 |
commit | fe59073f8dcfe61d8b048e7e4751131e39b353e6 (patch) | |
tree | ac1b058a0e6fbd34f751b3b03656faa56b5b2089 /sys/dev/hfa/fore_include.h | |
parent | 26ce601f70d9658c4c6e5326220f41872924930e (diff) | |
download | FreeBSD-src-fe59073f8dcfe61d8b048e7e4751131e39b353e6.zip FreeBSD-src-fe59073f8dcfe61d8b048e7e4751131e39b353e6.tar.gz |
Remove the #include kitchensink <netatm/kern_include.h> and add
the #includes to the respective source files.
Also un-nest includes in <dev/hfa/fore_include.h>
I have run src/tools/tools/kerninclude to remove 1239 clearly
unneeded #includes reducing the total from 3524 includes to 2285.
Diffstat (limited to 'sys/dev/hfa/fore_include.h')
-rw-r--r-- | sys/dev/hfa/fore_include.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h index ef455d5..a1b6391 100644 --- a/sys/dev/hfa/fore_include.h +++ b/sys/dev/hfa/fore_include.h @@ -38,28 +38,6 @@ #ifndef _FORE_INCLUDE_H #define _FORE_INCLUDE_H -#include <netatm/kern_include.h> - -/* - * If not specified elsewhere, guess which type of bus support we want - */ -#if !(defined(FORE_PCI) || defined(FORE_SBUS)) -#if defined(sparc) -#define FORE_SBUS -#elif defined(__i386__) -#define FORE_PCI -#endif -#endif - -#include <pci/pcireg.h> -#include <pci/pcivar.h> - -#include <dev/hfa/fore.h> -#include <dev/hfa/fore_aali.h> -#include <dev/hfa/fore_slave.h> -#include <dev/hfa/fore_stats.h> -#include <dev/hfa/fore_var.h> - /* * Global function declarations */ @@ -84,14 +62,7 @@ void fore_initialize __P((Fore_unit *)); void fore_initialize_complete __P((Fore_unit *)); /* fore_intr.c */ -#if defined(sun) -int fore_poll __P((void)); -#endif -#if (defined(BSD) && (BSD <= 199306)) -int fore_intr __P((void *)); -#else void fore_intr __P((void *)); -#endif void fore_watchdog __P((Fore_unit *)); /* fore_load.c */ |