]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: amba: Move definition of struct amba_id to mod_devicetable.h
authorDave Martin <dave.martin@linaro.org>
Wed, 5 Oct 2011 13:40:59 +0000 (14:40 +0100)
committerDave Martin <dave.martin@linaro.org>
Tue, 22 Nov 2011 10:58:30 +0000 (10:58 +0000)
commit64fb85fd3bb9d776d44682354c81bfb3fa807f17
tree5dc5ea5d1895b063a911f1101a906da696b59f53
parent41b1a2b1efa8a1529300e2e682a04c37411900c5
ARM: amba: Move definition of struct amba_id to mod_devicetable.h

The general kernel infrastructure for adding module alises during
module post processing expects the affected device type
identification structures in a common header
<linux/mod_devicetable.h>.

This patch simple moves struct amba_id to the common header, and
adds the appropriate include in <linux/amba/bus.h>.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
include/linux/amba/bus.h
include/linux/mod_devicetable.h