From: Harald Freudenberger <freude@linux.ibm.com>
To: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
Cc: Holger Dengler <dengler@linux.ibm.com>,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Sven Schnelle <svens@linux.ibm.com>,
linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org,
Pawel Zalewski <pzalewski@thegoodpenguin.co.uk>
Subject: Re: [PATCH v1] s390/ap: Drop unused member from ap_device_id
Date: Thu, 13 Aug 2026 16:55:12 +0200 [thread overview]
Message-ID: <91317610485023098128b74d9598a22f@linux.ibm.com> (raw)
In-Reply-To: <20260806155757.1281233-2-u.kleine-koenig@baylibre.com>
On 2026-08-06 17:57, Uwe Kleine-König wrote:
> ap_device_id::device_info is not used in the kernel. The structure is
> also not part of API/ABI, so the unused member can just be dropped.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub)
> <u.kleine-koenig@baylibre.com>
> ---
> include/linux/device-id/ap.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/device-id/ap.h
> b/include/linux/device-id/ap.h
> index 0992333a34db..011af33c0bcf 100644
> --- a/include/linux/device-id/ap.h
> +++ b/include/linux/device-id/ap.h
> @@ -14,7 +14,6 @@ typedef unsigned long kernel_ulong_t;
> struct ap_device_id {
> __u16 match_flags; /* which fields to match against */
> __u8 dev_type; /* device type */
> - kernel_ulong_t driver_info;
> };
>
> #endif /* ifndef LINUX_DEVICE_ID_AP_H */
>
> base-commit: 1701fda2f58e345c050f4309971bdc07cd6146ba
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
prev parent reply other threads:[~2026-08-13 14:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 15:57 [PATCH v1] s390/ap: Drop unused member from ap_device_id Uwe Kleine-König (The Capable Hub)
2026-08-06 16:07 ` sashiko-bot
2026-08-06 16:21 ` [PATCH v2] " Uwe Kleine-König (The Capable Hub)
2026-08-06 16:31 ` sashiko-bot
2026-08-10 8:40 ` Holger Dengler
2026-08-23 21:23 ` Vasily Gorbik
2026-08-13 14:55 ` Harald Freudenberger [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=91317610485023098128b74d9598a22f@linux.ibm.com \
--to=freude@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=dengler@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=pzalewski@thegoodpenguin.co.uk \
--cc=svens@linux.ibm.com \
--cc=u.kleine-koenig@baylibre.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.