Hi all, Today's linux-next build (x86_64 allmodconfig) failed like this: net/appletalk/ddp.c: In function 'atalk_compat_ioctl': net/appletalk/ddp.c:1866: error: implicit declaration of function 'compat_ptr' Caused by commit 206602217747382488fcae68351673cc9103debc ("appletalk: handle SIOCATALKDIFADDR compat ioctl"). I applied this patch for today: From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Mon, 9 Nov 2009 13:11:26 +1100 Subject: [PATCH] net/appletalk: using compat_ptr needs inclusion of linux/compat.h Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> --- net/appletalk/ddp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index b631cc7..73ca4d5 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c @@ -56,6 +56,7 @@ #include <linux/if_arp.h> #include <linux/smp_lock.h> #include <linux/termios.h> /* For TIOCOUTQ/INQ */ +#include <linux/compat.h> #include <net/datalink.h> #include <net/psnap.h> #include <net/sock.h> -- 1.6.5.2 -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html