From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH v2 0/3] of: Make of_match_node() an inline stub for CONFIG_OF=n Date: Tue, 11 Apr 2017 21:41:53 -0700 Message-ID: <20170412044156.17351-1-f.fainelli@gmail.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: andrew-g2DYL2Zd6BY@public.gmane.org, vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org, Florian Fainelli , Lee Jones , Nicolas Ferre , Rob Herring , Frank Rowand , "open list:NETWORKING DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" List-Id: devicetree@vger.kernel.org Hi all, This patch series makes of_match_node() an inline stub for CONFIG_OF=n. kbuild reported two build errors which are fixed as preriquisite patches. This is based on Linus' master, not sure which tree would merge this, Frank's? Thanks! Florian Fainelli (3): mfd: max8998: Remove CONFIG_OF around max8998_dt_match net: macb: Remove CONFIG_OF around DT match table of: Make of_match_node() an inline stub for CONFIG_OF=n drivers/mfd/max8998.c | 2 -- drivers/net/ethernet/cadence/macb.c | 2 -- include/linux/of.h | 6 +++++- 3 files changed, 5 insertions(+), 5 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html