diff options
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/synclink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index c8324d58ef56..3b370d0a19cb 100644 --- a/drivers/tty/synclink.c +++ b/drivers/tty/synclink.c @@ -7703,6 +7703,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected * * @dev: pointer to network device structure + * @txqueue: unused */ static void hdlcdev_tx_timeout(struct net_device *dev, unsigned int txqueue) { |