From: Paul Mundt Date: Sat, 19 May 2012 06:11:42 +0000 (+0900) Subject: irqdomain: Export remaining public API symbols. X-Git-Tag: v3.5-rc1~96^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd84eb20a08841197d6bbda5961dcf5f4e424fc;p=pandora-kernel.git irqdomain: Export remaining public API symbols. modules making use of irq domains at the very least need access to the add/remove/lookup routines, though there's nothing preventing them from using the remainder of the public API, either. The current set of exports seem primarily geared at DT-enabled platforms using DT-backed IRQ domains, where many of the API accesses are hidden away in OF code. The non-DT cases need to do most of this on their own. Signed-off-by: Paul Mundt Signed-off-by: Grant Likely --- Reading git-diff-tree failed