iommu: exynos: remove useless device_add/remove callbacks
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Sep 2014 06:26:40 +0000 (08:26 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:43:35 +0000 (13:43 +0900)
commitc21d3dea56524b4b31046cd5ae53270f7335862d
tree4c905c9812ea5c6169b9b50e39704e310d7b36e9
parentf6712a440639e60188cc10039610f3c3a04d5f10
iommu: exynos: remove useless device_add/remove callbacks

The driver doesn't need to do anything important in device add/remove
callbacks, because initialization will be done from device-tree specific
callbacks added later. IOMMU groups created by current code were never
used.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
drivers/iommu/exynos-iommu.c