From 534d53f8e08d516e4a16311eae9df7fcbd786038 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 8 Jul 1999 14:38:59 +0000 Subject: [PATCH] remove reboot --- src/db/drvSup.h | 1 - src/include/drvSup.h | 1 - 2 files changed, 2 deletions(-) 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) )