提交 0339d3db 编写于 作者: C Chris Kelly 提交者: Greg Kroah-Hartman

staging: ozwpan: Reduced size of oz_evtlist structure.

This structure is used in an ioctl definition and was causing the
64-bit PowerPC build to fail. The size of the array in the structure
has been reduced to fix this.
Signed-off-by: NChris Kelly <ckelly@ozmodevices.com>
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 64f4eaa5
......@@ -37,7 +37,7 @@ struct oz_event {
unsigned ctx4;
};
#define OZ_EVT_LIST_SZ 256
#define OZ_EVT_LIST_SZ 64
struct oz_evtlist {
int count;
int missed;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册