summaryrefslogtreecommitdiff
path: root/module/elmcan.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2019-02-28 01:48:08 +0100
committernorly <ny-git@enpas.org>2019-02-28 01:48:08 +0100
commit9a42269d4d159826d941ee9f47b43cc56c30d619 (patch)
tree4c9144a4a58f149fff96d76f0652cda3ed51a878 /module/elmcan.c
parent09f98cc94e56158bdc4ab6c317bdd6570f5724b7 (diff)
Silence unused parameter in elmcan_do_set_bittiming()
Diffstat (limited to 'module/elmcan.c')
-rw-r--r--module/elmcan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 239970d..07899f7 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -1113,6 +1113,8 @@ static const u32 elmcan_bitrate_const[64] = {
/* Dummy needed to use bitrate_const */
static int elmcan_do_set_bittiming(struct net_device *netdev)
{
+ (void)netdev;
+
return 0;
}