Skip to content

Commit

Permalink
[PATCH] appletalk/cops.h: missing const in struct ltfirmware
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jan 29, 2006
1 parent b43de2d commit 976345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/appletalk/cops.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
struct ltfirmware
{
unsigned int length;
unsigned char * data;
const unsigned char * data;
};

#define DAYNA 1
Expand Down

0 comments on commit 976345c

Please sign in to comment.