mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
[PATCH] smctr warning fix
drivers/net/tokenring/smctr.c: In function `smctr_load_firmware': drivers/net/tokenring/smctr.c:2981: warning: assignment discards qualifiers from pointer target type Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
6f4c56b2ae
commit
ca5b0ec8ae
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ typedef struct net_local {
|
||||||
__u16 functional_address[2];
|
__u16 functional_address[2];
|
||||||
__u16 bitwise_group_address[2];
|
__u16 bitwise_group_address[2];
|
||||||
|
|
||||||
__u8 *ptr_ucode;
|
const __u8 *ptr_ucode;
|
||||||
|
|
||||||
__u8 cleanup;
|
__u8 cleanup;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue