diff options
author | Henning Schild | 2022-06-06 19:41:37 +0300 |
---|---|---|
committer | Lee Jones | 2022-07-14 10:50:42 +0100 |
commit | 446f0cf9e08b483d7dc6f61eee0ee846b22f6386 (patch) | |
tree | de1ae5d1a457ed960cc0bd4427241c9af80b768d /include/linux/platform_data | |
parent | 759273c3c429ffbd8f24655fd0480cd408a1804c (diff) |
platform/x86: simatic-ipc: drop custom P2SB bar code
The two drivers that used to use this have been switched over to the
common P2SB accessor, so this code is not needed any longer.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/x86/simatic-ipc-base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/x86/simatic-ipc-base.h b/include/linux/platform_data/x86/simatic-ipc-base.h index 62d2bc774067..39fefd48cf4d 100644 --- a/include/linux/platform_data/x86/simatic-ipc-base.h +++ b/include/linux/platform_data/x86/simatic-ipc-base.h @@ -24,6 +24,4 @@ struct simatic_ipc_platform { u8 devmode; }; -u32 simatic_ipc_get_membase0(unsigned int p2sb); - #endif /* __PLATFORM_DATA_X86_SIMATIC_IPC_BASE_H */ |