forked from Minki/linux
[PATCH] appletalk/cops.h: missing const in struct ltfirmware
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b43de2d8db
commit
976345cc0f
@ -51,7 +51,7 @@
|
||||
struct ltfirmware
|
||||
{
|
||||
unsigned int length;
|
||||
unsigned char * data;
|
||||
const unsigned char * data;
|
||||
};
|
||||
|
||||
#define DAYNA 1
|
||||
|
Loading…
Reference in New Issue
Block a user