Don't staticize again (twice).
Cleaned up includes.
This commit is contained in:
parent
a235beccc9
commit
058f435a83
@ -18,7 +18,7 @@
|
|||||||
* 4. Modifications may be freely made to this file if the above conditions
|
* 4. Modifications may be freely made to this file if the above conditions
|
||||||
* are met.
|
* are met.
|
||||||
*
|
*
|
||||||
* $Id: eisaconf.c,v 1.8 1995/11/20 12:41:11 phk Exp $
|
* $Id: eisaconf.c,v 1.9 1995/11/29 10:12:34 phk Exp $
|
||||||
*/
|
*/
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
@ -28,8 +28,9 @@
|
|||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#include <sys/devconf.h>
|
#include <sys/devconf.h>
|
||||||
|
|
||||||
#include "i386/isa/icu.h" /* Hmmm. Interrupt stuff? */
|
#include <i386/eisa/eisaconf.h>
|
||||||
#include "eisaconf.h"
|
|
||||||
|
#include <i386/isa/icu.h> /* Hmmm. Interrupt stuff? */
|
||||||
|
|
||||||
struct eisa_device_node{
|
struct eisa_device_node{
|
||||||
struct eisa_device dev;
|
struct eisa_device dev;
|
||||||
@ -61,7 +62,7 @@ static struct eisa_device_node *eisa_dev_list;
|
|||||||
static struct eisa_device_node **eisa_dev_list_tail = &eisa_dev_list;
|
static struct eisa_device_node **eisa_dev_list_tail = &eisa_dev_list;
|
||||||
static u_long eisa_unit;
|
static u_long eisa_unit;
|
||||||
|
|
||||||
static static struct eisa_driver mainboard_drv = {
|
static struct eisa_driver mainboard_drv = {
|
||||||
"eisa",
|
"eisa",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
* 4. Modifications may be freely made to this file if the above conditions
|
* 4. Modifications may be freely made to this file if the above conditions
|
||||||
* are met.
|
* are met.
|
||||||
*
|
*
|
||||||
* $Id: eisaconf.c,v 1.8 1995/11/20 12:41:11 phk Exp $
|
* $Id: eisaconf.c,v 1.9 1995/11/29 10:12:34 phk Exp $
|
||||||
*/
|
*/
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
@ -28,8 +28,9 @@
|
|||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#include <sys/devconf.h>
|
#include <sys/devconf.h>
|
||||||
|
|
||||||
#include "i386/isa/icu.h" /* Hmmm. Interrupt stuff? */
|
#include <i386/eisa/eisaconf.h>
|
||||||
#include "eisaconf.h"
|
|
||||||
|
#include <i386/isa/icu.h> /* Hmmm. Interrupt stuff? */
|
||||||
|
|
||||||
struct eisa_device_node{
|
struct eisa_device_node{
|
||||||
struct eisa_device dev;
|
struct eisa_device dev;
|
||||||
@ -61,7 +62,7 @@ static struct eisa_device_node *eisa_dev_list;
|
|||||||
static struct eisa_device_node **eisa_dev_list_tail = &eisa_dev_list;
|
static struct eisa_device_node **eisa_dev_list_tail = &eisa_dev_list;
|
||||||
static u_long eisa_unit;
|
static u_long eisa_unit;
|
||||||
|
|
||||||
static static struct eisa_driver mainboard_drv = {
|
static struct eisa_driver mainboard_drv = {
|
||||||
"eisa",
|
"eisa",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user