summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}