All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: nuc900: remove platform_data, too
@ 2017-11-04 20:49 Wolfram Sang
  2017-11-05 12:01 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2017-11-04 20:49 UTC (permalink / raw)
  To: linux-i2c; +Cc: Wolfram Sang

Commit 7da62cb1853025 ("i2c: nuc900: remove driver") removed the driver,
we should remove the platform_data as well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 include/linux/platform_data/i2c-nuc900.h | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 include/linux/platform_data/i2c-nuc900.h

diff --git a/include/linux/platform_data/i2c-nuc900.h b/include/linux/platform_data/i2c-nuc900.h
deleted file mode 100644
index 9ffb12d06e9178..00000000000000
--- a/include/linux/platform_data/i2c-nuc900.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __ASM_ARCH_NUC900_I2C_H
-#define __ASM_ARCH_NUC900_I2C_H
-
-struct nuc900_platform_i2c {
-	int		bus_num;
-	unsigned long   bus_freq;
-};
-
-#endif /* __ASM_ARCH_NUC900_I2C_H */
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c: nuc900: remove platform_data, too
  2017-11-04 20:49 [PATCH] i2c: nuc900: remove platform_data, too Wolfram Sang
@ 2017-11-05 12:01 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2017-11-05 12:01 UTC (permalink / raw)
  To: linux-i2c

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

On Sat, Nov 04, 2017 at 09:49:26PM +0100, Wolfram Sang wrote:
> Commit 7da62cb1853025 ("i2c: nuc900: remove driver") removed the driver,
> we should remove the platform_data as well.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-05 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04 20:49 [PATCH] i2c: nuc900: remove platform_data, too Wolfram Sang
2017-11-05 12:01 ` Wolfram Sang

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.