]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
iommu/omap: Remove all module references
authorSuman Anna <s-anna@ti.com>
Mon, 20 Jul 2015 22:33:24 +0000 (17:33 -0500)
committerJoerg Roedel <jroedel@suse.de>
Mon, 3 Aug 2015 14:03:01 +0000 (16:03 +0200)
commit0cdbf727167a2fcc9ba2aaea98e2a76124ba072e
tree66bcdd88c95ef16c4859fea635f79d1814e623d9
parenta73622a70a31c846d9d2a971c78fd1ffab88afcd
iommu/omap: Remove all module references

The OMAP IOMMU driver has been adapted to the IOMMU framework
for a while now, and it does not support being built as a
module anymore. So, remove all the module references from the
OMAP IOMMU driver.

While at it, also relocate a comment around the subsys_initcall
to avoid a checkpatch strict warning about using a blank line
after function/struct/union/enum declarations.

Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu.c