atm: fix const assignment/discard warnings in the ATM networking driver
authorDavid Howells <dhowells@redhat.com>
Wed, 30 Jul 2008 23:31:46 +0000 (16:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Jul 2008 23:31:46 +0000 (16:31 -0700)
commitcba5cbd1559f49bec76e54de6ed21b7df3742ada
treed2e6d53763f4822c5c8488ed0906f697263608b8
parent6a8341b68b5269de71c32c6df91f4b0298da031d
atm: fix const assignment/discard warnings in the ATM networking driver

Fix const assignment/discard warnings in the ATM networking driver.

The lane2_assoc_ind() function needed its arguments changing to match changes
in the lane2_ops struct (patch 61c33e012964ce358b42d2a1e9cd309af5dab02b
"atm: use const where reasonable").

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/mpc.c