i2c-sis5595.c (b65b34895437915f411882dd40d704eb0863ffb0) | i2c-sis5595.c (2178218027e4da0608219fae1d02e5c88f4e560d) |
---|---|
1/* 2 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and 3 Philip Edelbrock <phil@netroedge.com> 4 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by 7 the Free Software Foundation; either version 2 of the License, or 8 (at your option) any later version. --- 47 unchanged lines hidden (view full) --- 56#include <linux/kernel.h> 57#include <linux/module.h> 58#include <linux/delay.h> 59#include <linux/pci.h> 60#include <linux/ioport.h> 61#include <linux/init.h> 62#include <linux/i2c.h> 63#include <linux/acpi.h> | 1/* 2 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and 3 Philip Edelbrock <phil@netroedge.com> 4 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by 7 the Free Software Foundation; either version 2 of the License, or 8 (at your option) any later version. --- 47 unchanged lines hidden (view full) --- 56#include <linux/kernel.h> 57#include <linux/module.h> 58#include <linux/delay.h> 59#include <linux/pci.h> 60#include <linux/ioport.h> 61#include <linux/init.h> 62#include <linux/i2c.h> 63#include <linux/acpi.h> |
64#include <asm/io.h> | 64#include <linux/io.h> |
65 66static int blacklist[] = { 67 PCI_DEVICE_ID_SI_540, 68 PCI_DEVICE_ID_SI_550, 69 PCI_DEVICE_ID_SI_630, 70 PCI_DEVICE_ID_SI_645, 71 PCI_DEVICE_ID_SI_646, 72 PCI_DEVICE_ID_SI_648, --- 362 unchanged lines hidden --- | 65 66static int blacklist[] = { 67 PCI_DEVICE_ID_SI_540, 68 PCI_DEVICE_ID_SI_550, 69 PCI_DEVICE_ID_SI_630, 70 PCI_DEVICE_ID_SI_645, 71 PCI_DEVICE_ID_SI_646, 72 PCI_DEVICE_ID_SI_648, --- 362 unchanged lines hidden --- |