blob: cf6ef481a652943125a58cd31b51304073492652 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- i2c-velleman.c 2003-01-21 10:00:19.000000000 +0000
+++ i2c-velleman.c.plasmaroo 2003-10-14 19:31:11.000000000 +0100
@@ -20,6 +20,8 @@
/* $Id: i2c-2.8.0-alphaCompile.patch,v 1.1 2003/10/14 21:02:42 plasmaroo Exp $ */
+#include <asm/param.h> // Alpha compile fix
+
#include <linux/kernel.h>
#include <linux/ioport.h>
#include <linux/module.h>
|