From: Al Viro Date: Tue, 6 Dec 2005 11:02:45 +0000 (-0500) Subject: [PATCH] appletalk/cops.h: missing const in struct ltfirmware X-Git-Tag: v2.6.17-rc1~1186^2~57^2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976345cc0fb34d677233b5b22d4819dc7ac92ef1;p=thirdparty%2Fkernel%2Flinux.git [PATCH] appletalk/cops.h: missing const in struct ltfirmware Signed-off-by: Al Viro --- diff --git a/drivers/net/appletalk/cops.h b/drivers/net/appletalk/cops.h index c68ba9c2ef461..aca47f3a7b984 100644 --- a/drivers/net/appletalk/cops.h +++ b/drivers/net/appletalk/cops.h @@ -51,7 +51,7 @@ struct ltfirmware { unsigned int length; - unsigned char * data; + const unsigned char * data; }; #define DAYNA 1