public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Vineeth Vijayan <vneethv@linux.ibm.com>
To: Wan Jiabing <wanjiabing@vivo.com>,
	Heiko Carstens <hca@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Peter Oberparleiter <oberpar@linux.ibm.com>,
	Julian Wiedmann <jwi@linux.ibm.com>,
	Alexandra Winter <wintera@linux.ibm.com>,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kael_w@yeah.net
Subject: Re: [PATCH] arch: s390: Remove duplicate struct ccw1 declaration
Date: Tue, 30 Mar 2021 20:39:59 +0200	[thread overview]
Message-ID: <23819124-7c34-4c57-5e76-e5b3d2750a73@linux.ibm.com> (raw)
In-Reply-To: <20210330105638.2742356-1-wanjiabing@vivo.com>

Thank you for the patch.
Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Heiko/Vasily will pick this up and will be part of the s390-tree patchset.

On 3/30/21 12:56 PM, Wan Jiabing wrote:
> struct ccw1 is declared twice. One has been declared
> at 21st line. Remove the duplicate.
>
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>   arch/s390/include/asm/ccwdev.h | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h
> index 778247bb1d61..d4e90f2ba77e 100644
> --- a/arch/s390/include/asm/ccwdev.h
> +++ b/arch/s390/include/asm/ccwdev.h
> @@ -152,9 +152,6 @@ extern struct ccw_device *get_ccwdev_by_busid(struct ccw_driver *cdrv,
>    * when new devices for its type pop up */
>   extern int  ccw_driver_register   (struct ccw_driver *driver);
>   extern void ccw_driver_unregister (struct ccw_driver *driver);
> -
> -struct ccw1;
> -
>   extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
>   extern int ccw_device_set_options(struct ccw_device *, unsigned long);
>   extern void ccw_device_clear_options(struct ccw_device *, unsigned long);

      reply	other threads:[~2021-03-30 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30 10:56 [PATCH] arch: s390: Remove duplicate struct ccw1 declaration Wan Jiabing
2021-03-30 18:39 ` Vineeth Vijayan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23819124-7c34-4c57-5e76-e5b3d2750a73@linux.ibm.com \
    --to=vneethv@linux.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=jwi@linux.ibm.com \
    --cc=kael_w@yeah.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=oberpar@linux.ibm.com \
    --cc=wanjiabing@vivo.com \
    --cc=wintera@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox