diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-20 19:56:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 19:56:03 +0200 |
commit | 54f0e9ba95c8011b8c90b0d20075f0a9491346a9 (patch) | |
tree | ba0b60b3b540c2dfcd57d7b7b2dcb0c4c6dcd54d /include | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff) | |
parent | can: janz-ican3: add support for one shot mode (diff) | |
download | linux-54f0e9ba95c8011b8c90b0d20075f0a9491346a9.tar.xz linux-54f0e9ba95c8011b8c90b0d20075f0a9491346a9.zip |
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
Marc Kleine-Budde says:
====================
the fifth pull request for upcoming v3.6 net-next cleans up and
improves the janz-ican3 driver (6 patches by Ira W. Snyder, one by me).
A patch by Steffen Trumtrar adds imx53 support to the flexcan driver.
And another patch by me, which marks the bit timing constant in the CAN
drivers as "const".
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/can/dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/can/dev.h b/include/linux/can/dev.h index ee5a771fb20d..2b2fc345afca 100644 --- a/include/linux/can/dev.h +++ b/include/linux/can/dev.h @@ -33,7 +33,7 @@ struct can_priv { struct can_device_stats can_stats; struct can_bittiming bittiming; - struct can_bittiming_const *bittiming_const; + const struct can_bittiming_const *bittiming_const; struct can_clock clock; enum can_state state; |