summaryrefslogtreecommitdiffstats
path: root/sys/pci/alpm.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
commite5f4c63f137412a3f0691e64764e14569e7980db (patch)
tree2214af4f0dd363ebb3955ef6675f2e07918ae16b /sys/pci/alpm.c
parent7afdd102ca81aa50337adf724b0a330ca4120544 (diff)
downloadFreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.zip
FreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.tar.gz
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
files. config will leave the whole file out if configured to do so.
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r--sys/pci/alpm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index d1bb5be..5027c20 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: alpm.c,v 1.3 1999/05/08 21:59:37 dfr Exp $
+ * $Id: alpm.c,v 1.4 1999/05/09 17:06:38 peter Exp $
*
*/
@@ -54,9 +54,6 @@
#include "smbus_if.h"
#include "alpm.h"
-#include "pci.h"
-
-#if (NALPM > 0 && NPCI > 0)
#define ALPM_DEBUG(x) if (alpm_debug) (x)
@@ -676,4 +673,3 @@ error:
}
DRIVER_MODULE(alsmb, root, alsmb_driver, alsmb_devclass, 0, 0);
-#endif
OpenPOWER on IntegriCloud