Re: [PATCH] i2c-i801: Add missing <linux/slab.h> include.
From: Bob Tracy <hidden>
Date: 2011-01-10 14:03:48
Also in:
lkml
From: Bob Tracy <hidden>
Date: 2011-01-10 14:03:48
Also in:
lkml
On Mon, Jan 10, 2011 at 05:44:35PM +1300, Michael Cree wrote:
Causes compile error on Alpha, but not on x86 because its version of <asm/pci.h> includes <linux/slab.h>. In any case, it's a bug in the driver. Signed-off-by: Michael Cree <redacted>
ACK. Works for me. --Bob