]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/mod_devicetable.h
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)
commit1e5f9a23430e64fb56d9d5d8e1ca165ba1cfeb75
tree5dc5ea5d1895b063a911f1101a906da696b59f53
parentcfcfc9eca2bcbd26a8e206baeb005b055dbf8e37
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