diff --git a/src/db/drvSup.h b/src/db/drvSup.h index 82e00869a..6c344ea32 100644 --- a/src/db/drvSup.h +++ b/src/db/drvSup.h @@ -41,7 +41,6 @@ struct drvet { /* driver entry table */ long number; /*number of support routines*/ DRVSUPFUN report; /*print report*/ DRVSUPFUN init; /*init support*/ - DRVSUPFUN reboot; /*reboot support*/ /*other functions are device dependent*/ }; #define DRVETNUMBER ( (sizeof(struct drvet) -sizeof(long))/sizeof(DRVSUPFUN) ) diff --git a/src/include/drvSup.h b/src/include/drvSup.h index 82e00869a..6c344ea32 100644 --- a/src/include/drvSup.h +++ b/src/include/drvSup.h @@ -41,7 +41,6 @@ struct drvet { /* driver entry table */ long number; /*number of support routines*/ DRVSUPFUN report; /*print report*/ DRVSUPFUN init; /*init support*/ - DRVSUPFUN reboot; /*reboot support*/ /*other functions are device dependent*/ }; #define DRVETNUMBER ( (sizeof(struct drvet) -sizeof(long))/sizeof(DRVSUPFUN) )