mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 13:57:54 -04:00
[PATCH] appletalk/cops.h: missing const in struct ltfirmware
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
struct ltfirmware
|
||||
{
|
||||
unsigned int length;
|
||||
unsigned char * data;
|
||||
const unsigned char * data;
|
||||
};
|
||||
|
||||
#define DAYNA 1
|
||||
|
||||
Reference in New Issue
Block a user