From mboxrd@z Thu Jan 1 00:00:00 1970 From: pawel.moll@arm.com (Pawel Moll) Date: Tue, 29 Mar 2016 12:53:06 +0100 Subject: [PATCH 4/4] drivers/bus: make arm-ccn.c driver explicitly non-modular In-Reply-To: <20160329114525.GC6745@arm.com> References: <1459113058-14340-1-git-send-email-paul.gortmaker@windriver.com> <1459113058-14340-5-git-send-email-paul.gortmaker@windriver.com> <20160329114525.GC6745@arm.com> Message-ID: <1459252386.5053.18.camel@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dnia 2016-03-29, Tue o godzinie 12:45 +0100, Will Deacon pisze: > I'd much rather fix the driver to build as a module, if at all > possible. > Suzuki (CC'd) is taking a look at that, so please drop this patch for > now. There's no problem with building arm-ccn.c as a module - all it's really doing today is providing a PMU driver. I don't even know why have I made it bool-only in the first place... Pawel