diff options
Diffstat (limited to 'usr/src/uts/i86pc/io/rootnex.c')
-rw-r--r-- | usr/src/uts/i86pc/io/rootnex.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/uts/i86pc/io/rootnex.c b/usr/src/uts/i86pc/io/rootnex.c index c538d6d2b7..ab2ffb503e 100644 --- a/usr/src/uts/i86pc/io/rootnex.c +++ b/usr/src/uts/i86pc/io/rootnex.c @@ -23,6 +23,7 @@ */ /* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. + * Copyright (c) 2011 Bayard G. Bell. All rights reserved. */ /* @@ -167,10 +168,6 @@ typedef paddr_t rootnex_addr_t; #define ROOTNEX_PADDR_TO_RBASE(pa) (pa) #endif -#if !defined(__xpv) -char _depends_on[] = "misc/iommulib misc/acpica"; -#endif - static struct cb_ops rootnex_cb_ops = { nodev, /* open */ nodev, /* close */ |