Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1542770 > unrolled thread
| Started by | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| First post | 2016-12-15 15:30 +0100 |
| Last post | 2016-12-16 13:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include Corentin Labbe <clabbe.montjoie@gmail.com> - 2016-12-15 15:30 +0100
Re: [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-12-16 13:10 +0100
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2016-12-15 15:30 +0100 |
| Subject | [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include |
| Message-ID | <sOFcK-6Oc-17@gated-at.bofh.it> |
drivers/s390/char/zcore.c does not contain any miscdevice so the inclusion of linux/miscdevice.h is uncessary. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- drivers/s390/char/zcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/s390/char/zcore.c b/drivers/s390/char/zcore.c index f771e5e..47b54eb 100644 --- a/drivers/s390/char/zcore.c +++ b/drivers/s390/char/zcore.c @@ -15,7 +15,6 @@ #include <linux/init.h> #include <linux/slab.h> -#include <linux/miscdevice.h> #include <linux/debugfs.h> #include <linux/memblock.h> -- 2.10.2
[toc] | [next] | [standalone]
| From | Heiko Carstens <heiko.carstens@de.ibm.com> |
|---|---|
| Date | 2016-12-16 13:10 +0100 |
| Subject | Re: [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include |
| Message-ID | <sOZuO-3pa-17@gated-at.bofh.it> |
| In reply to | #1542770 |
On Thu, Dec 15, 2016 at 03:18:23PM +0100, Corentin Labbe wrote: > drivers/s390/char/zcore.c does not contain any miscdevice so the > inclusion of linux/miscdevice.h is uncessary. > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> > --- > drivers/s390/char/zcore.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web