can: mark bittiming_const pointer in struct can_priv as const
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 16 Jul 2012 10:58:31 +0000 (12:58 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 20 Jul 2012 10:31:05 +0000 (12:31 +0200)
This patch marks the bittiming_const pointer as in the struct can_pric as
"const". This allows us to mark the struct can_bittiming_const in the CAN
drivers as "const", too.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

No differences found