Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0339d3db authored by Chris Kelly's avatar Chris Kelly Committed by Greg Kroah-Hartman
Browse files

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: default avatarChris Kelly <ckelly@ozmodevices.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 64f4eaa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;