diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-09 13:00:50 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-09 13:00:50 +0000 |
| commit | 52400704e9cf87ec71d3b17435b2a2ebf3f5356a (patch) | |
| tree | 19d2c36694a29a6cac425d8882b00550cb15bf75 /sys/dev/smbus | |
| parent | e3a3d09cb9668a2fe84a37d9572970362c38291d (diff) | |
Notes
Diffstat (limited to 'sys/dev/smbus')
| -rw-r--r-- | sys/dev/smbus/smb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index 364661f8a9af..c812b40aa588 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smb.c,v 1.9 1999/05/07 10:09:50 phk Exp $ + * $Id: smb.c,v 1.10 1999/05/08 21:59:08 dfr Exp $ * */ #include <sys/param.h> @@ -269,7 +269,7 @@ smb_drvinit(void *unused) } } -DEV_DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, CDEV_MAJOR, NODEV, +DEV_DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, CDEV_MAJOR, NOMAJ, smb_cdevsw, 0, 0); SYSINIT(smbdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,smb_drvinit,NULL) |
