diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2005-12-06 14:02:45 +0300 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-01-29 05:42:19 +0300 |
| commit | 976345cc0fb34d677233b5b22d4819dc7ac92ef1 (patch) | |
| tree | 65d54cce8bb4ebe6c79f49eccf9c790b3ef9a9c7 | |
| parent | b43de2d8db7655d1c520bf6eac7071d8f6d0b864 (diff) | |
| download | linux-976345cc0fb34d677233b5b22d4819dc7ac92ef1.tar.xz | |
[PATCH] appletalk/cops.h: missing const in struct ltfirmware
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
| -rw-r--r-- | drivers/net/appletalk/cops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/appletalk/cops.h b/drivers/net/appletalk/cops.h index c68ba9c2ef46..aca47f3a7b98 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 |
