Skip to content

Commit

Permalink
[APPLETALK]: warning fix
Browse files Browse the repository at this point in the history
drivers/net/appletalk/cops.c: In function `cops_load':
drivers/net/appletalk/cops.c:539: warning: assignment discards qualifiers from pointer target type
drivers/net/appletalk/cops.c:547: warning: assignment discards qualifiers from pointer target type

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Feb 13, 2006
1 parent e200bd8 commit 72fb630
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 72fb630

Please sign in to comment.