* [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op'
@ 2024-05-07 23:23 linux
2024-05-08 7:27 ` [tip: x86/cleanups] x86/pci/ce4100: Remove unused 'struct sim_reg_op' tip-bot2 for Dr. David Alan Gilbert
2024-05-08 7:55 ` [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' Ilpo Järvinen
0 siblings, 2 replies; 3+ messages in thread
From: linux @ 2024-05-07 23:23 UTC (permalink / raw)
To: bhelgaas, ilpo.jarvinen, dave.hansen
Cc: x86, linux-pci, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
struct 'sim_reg_op' doesn't look like it was ever used.
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
arch/x86/pci/ce4100.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/x86/pci/ce4100.c b/arch/x86/pci/ce4100.c
index 87313701f069e..f5dbd25651e0f 100644
--- a/arch/x86/pci/ce4100.c
+++ b/arch/x86/pci/ce4100.c
@@ -35,12 +35,6 @@ struct sim_dev_reg {
struct sim_reg sim_reg;
};
-struct sim_reg_op {
- void (*init)(struct sim_dev_reg *reg);
- void (*read)(struct sim_dev_reg *reg, u32 value);
- void (*write)(struct sim_dev_reg *reg, u32 value);
-};
-
#define MB (1024 * 1024)
#define KB (1024)
#define SIZE_TO_MASK(size) (~(size - 1))
--
2.45.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip: x86/cleanups] x86/pci/ce4100: Remove unused 'struct sim_reg_op'
2024-05-07 23:23 [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' linux
@ 2024-05-08 7:27 ` tip-bot2 for Dr. David Alan Gilbert
2024-05-08 7:55 ` [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Dr. David Alan Gilbert @ 2024-05-08 7:27 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Dr. David Alan Gilbert, Ingo Molnar, x86, linux-kernel
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: ad3bd7659b68add28920982e02233b5dc4b483c3
Gitweb: https://git.kernel.org/tip/ad3bd7659b68add28920982e02233b5dc4b483c3
Author: Dr. David Alan Gilbert <linux@treblig.org>
AuthorDate: Wed, 08 May 2024 00:23:48 +01:00
Committer: Ingo Molnar <mingo@kernel.org>
CommitterDate: Wed, 08 May 2024 09:17:17 +02:00
x86/pci/ce4100: Remove unused 'struct sim_reg_op'
'struct sim_reg_op' wasn't ever used since it was introduced
14 years ago via:
91d8037f563e ("ce4100: Add PCI register emulation for CE4100")
Remove it.
[ mingo: Improved the changelog. ]
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240507232348.46677-1-linux@treblig.org
---
arch/x86/pci/ce4100.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/x86/pci/ce4100.c b/arch/x86/pci/ce4100.c
index 8731370..f5dbd25 100644
--- a/arch/x86/pci/ce4100.c
+++ b/arch/x86/pci/ce4100.c
@@ -35,12 +35,6 @@ struct sim_dev_reg {
struct sim_reg sim_reg;
};
-struct sim_reg_op {
- void (*init)(struct sim_dev_reg *reg);
- void (*read)(struct sim_dev_reg *reg, u32 value);
- void (*write)(struct sim_dev_reg *reg, u32 value);
-};
-
#define MB (1024 * 1024)
#define KB (1024)
#define SIZE_TO_MASK(size) (~(size - 1))
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op'
2024-05-07 23:23 [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' linux
2024-05-08 7:27 ` [tip: x86/cleanups] x86/pci/ce4100: Remove unused 'struct sim_reg_op' tip-bot2 for Dr. David Alan Gilbert
@ 2024-05-08 7:55 ` Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2024-05-08 7:55 UTC (permalink / raw)
To: Dr. David Alan Gilbert; +Cc: bhelgaas, dave.hansen, x86, linux-pci, LKML
[-- Attachment #1: Type: text/plain, Size: 854 bytes --]
On Wed, 8 May 2024, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> struct 'sim_reg_op' doesn't look like it was ever used.
> Remove it.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> ---
> arch/x86/pci/ce4100.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/x86/pci/ce4100.c b/arch/x86/pci/ce4100.c
> index 87313701f069e..f5dbd25651e0f 100644
> --- a/arch/x86/pci/ce4100.c
> +++ b/arch/x86/pci/ce4100.c
> @@ -35,12 +35,6 @@ struct sim_dev_reg {
> struct sim_reg sim_reg;
> };
>
> -struct sim_reg_op {
> - void (*init)(struct sim_dev_reg *reg);
> - void (*read)(struct sim_dev_reg *reg, u32 value);
> - void (*write)(struct sim_dev_reg *reg, u32 value);
> -};
> -
Thanks.
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
--
i.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-08 7:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 23:23 [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' linux
2024-05-08 7:27 ` [tip: x86/cleanups] x86/pci/ce4100: Remove unused 'struct sim_reg_op' tip-bot2 for Dr. David Alan Gilbert
2024-05-08 7:55 ` [PATCH v2] x86: ce4100: Remove unused struct 'sim_reg_op' Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox