···2222 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER2323 * DEALINGS IN THE SOFTWARE.2424 */2525-#include <linux/module.h>2626-#include <linux/delay.h>2727-#include <linux/errno.h>2828-#include <linux/kernel.h>2929-#include <linux/slab.h>3030-#include <linux/poll.h>3131-#include <linux/pci.h>3232-#include <asm/io.h>2525+#include "drmP.h"33263427#include "via_ds.h"3528extern unsigned int VIA_DEBUG;