* [PATCH PING] ASoC: dwc: Remove unnecessary conditional compilation
@ 2015-01-27 20:38 Andrew Jackson
2015-01-28 17:39 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Jackson @ 2015-01-27 20:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Andrew Jackson <Andrew.Jackson@arm.com>
of_match_ptr is already conditionally compiled based on
CONFIG_OF so further conditional compilation is not
required. Remove conditional compilation surrounding
of_match_ptr.
Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com>
---
sound/soc/dwc/designware_i2s.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index 99cf64b..a3e97b4 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -624,9 +624,7 @@ static struct platform_driver dw_i2s_driver = {
.remove = dw_i2s_remove,
.driver = {
.name = "designware-i2s",
-#ifdef CONFIG_OF
.of_match_table = of_match_ptr(dw_i2s_of_match),
-#endif
},
};
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH PING] ASoC: dwc: Remove unnecessary conditional compilation
2015-01-27 20:38 [PATCH PING] ASoC: dwc: Remove unnecessary conditional compilation Andrew Jackson
@ 2015-01-28 17:39 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-01-28 17:39 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 27, 2015 at 08:38:28PM +0000, Andrew Jackson wrote:
> From: Andrew Jackson <Andrew.Jackson@arm.com>
>
> of_match_ptr is already conditionally compiled based on
Applied, thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150128/f85b1f11/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-28 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27 20:38 [PATCH PING] ASoC: dwc: Remove unnecessary conditional compilation Andrew Jackson
2015-01-28 17:39 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).