commit | 628b1e1136515c096ba995df694294dbe4ac876d | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Mon Nov 17 08:20:47 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Nov 17 09:49:15 2014 +0100 |
tree | 166157ade5775816704cc026837f931b855b1652 | |
parent | 6d5fb87745081b6fe5bae5cac6dc18a57bd40ca3 [diff] |
mac802154: remove const for non pointer in rdev-ops This patches removes the const keyword in variables which are non pointers. There is no sense to declare call by value parameters as const. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Reported-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>