commit | 8681d5b04f812d9cc5cde72bbbb5081f8f1c9728 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Thu Dec 15 15:53:23 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 10 21:46:41 2017 +0100 |
tree | e40b46c42c43ea114b456a750d9713577ee21019 | |
parent | f17c941cbcdccc4fef49a10622ce2ffd2321a143 [diff] |
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>