Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594363
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Steffen Maier <maier@linux.vnet.ibm.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] s390: zfcp: Remove unneeded linux/miscdevice.h include |
| Date | Tue, 07 Mar 2017 16:40:03 +0100 |
| Message-ID | <tipnt-152-29@gated-at.bofh.it> (permalink) |
| References | <sOFcK-6Oc-17@gated-at.bofh.it> <sOFcK-6Oc-15@gated-at.bofh.it> |
| X-Original-To | Corentin Labbe <clabbe.montjoie@gmail.com>, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8BIT |
| X-Tm-As-Gconf | 00 |
| X-Cbid | 17030715-0012-0000-0000-000004DC914E |
| X-Ibm-Av-Detection | SAVI=unused REMOTE=unused XFE=unused |
| X-Cbparentid | 17030715-0013-0000-0000-000017822E3B |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:,, definitions=2017-03-07_11:,, signatures=0 |
| X-Proofpoint-Spam-Details | rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703070127 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 47 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org |
| X-Original-Date | Tue, 7 Mar 2017 16:30:13 +0100 |
| X-Original-Message-ID | <f8941f5e-bbb5-43bd-5997-40f274325864@linux.vnet.ibm.com> |
| X-Original-References | <20161215141824.3297-1-clabbe.montjoie@gmail.com> <20161215141824.3297-2-clabbe.montjoie@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1594363 |
Show key headers only | View raw
Thanks, Corentin, queued for next zfcp feature submission to linux-scsi as:
"zfcp: Remove unneeded linux/miscdevice.h include"
In fact, this seems a minor missing code cleanup of the following older
"feature" which also dropped the only former use of a misc device in zfcp:
663e0890e31cb85f0cca5ac1faaee0d2d52880b5
("[SCSI] zfcp: remove access control tables interface")
b5dc3c4800cc5c2c0b3c93a97eb4c7afa0aae49a
("[SCSI] zfcp: remove access control tables interface (keep sysfs files)")
1b33ef23946adee4b7d9d6b16b7285ce61063451
("zfcp: remove access control tables interface (port leftovers)").
On 12/15/2016 03:18 PM, Corentin Labbe wrote:
> drivers/s390/scsi/zfcp_aux.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/scsi/zfcp_aux.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c
> index bcc8f3d..82ac331 100644
> --- a/drivers/s390/scsi/zfcp_aux.c
> +++ b/drivers/s390/scsi/zfcp_aux.c
> @@ -29,7 +29,6 @@
> #define KMSG_COMPONENT "zfcp"
> #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
>
> -#include <linux/miscdevice.h>
> #include <linux/seq_file.h>
> #include <linux/slab.h>
> #include <linux/module.h>
>
--
Mit freundlichen Grüßen / Kind regards
Steffen Maier
Linux on z Systems Development
IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 2/2] s390: zfcp: Remove unneeded linux/miscdevice.h include Steffen Maier <maier@linux.vnet.ibm.com> - 2017-03-07 16:40 +0100
csiph-web