1
0
Fork 0

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>
zero-colors
Corentin Labbe 2016-12-15 15:53:23 +01:00 committed by Greg Kroah-Hartman
parent f17c941cbc
commit 8681d5b04f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/bcd.h>
#include <linux/mutex.h>