]> asedeno.scripts.mit.edu Git - linux.git/commit
ds1302: remove unneeded linux/miscdevice.h include
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 14:53:23 +0000 (15:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 20:46:41 +0000 (21:46 +0100)
commit8681d5b04f812d9cc5cde72bbbb5081f8f1c9728
treee40b46c42c43ea114b456a750d9713577ee21019
parentf17c941cbcdccc4fef49a10622ce2ffd2321a143
ds1302: remove unneeded linux/miscdevice.h include

drivers/char/ds1302.c does not use any miscdevice so the
inclusion of linux/miscdevice.h is unnecessary.
This patch remove this inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/ds1302.c