From: David Gibson Date: Wed, 2 Nov 2005 00:44:26 +0000 (+1100) Subject: [PATCH] powerpc: Fix merged ipcbuf.h X-Git-Tag: v2.6.15-rc1~726^2~3^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847aeb6bad0876ff9c250725e905a41c6050157c;p=pandora-kernel.git [PATCH] powerpc: Fix merged ipcbuf.h Oops, when merging ipcbuf.h, I forgot that 'u64' can't be used in user-visible headers. This patch corrects the problem, replacing the unused fields with an array of four __u32s. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed