diff options
Diffstat (limited to 'sys/dev/hfa/fore_globals.c')
-rw-r--r-- | sys/dev/hfa/fore_globals.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index ff8cc6c2e949..b2e14b4e5d9a 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_globals.c @@ -41,19 +41,6 @@ __RCSID("@(#) $FreeBSD$"); #endif - -/* - * Supported device models - */ -Fore_device fore_devices[] = { -#ifdef FORE_SBUS - {SBA200E_PROM_NAME, DEV_FORE_SBA200E}, - {SBA200_PROM_NAME, DEV_FORE_SBA200}, -#endif - {""} -}; - - /* * Device unit table */ |