|
Looks like the iommu framework does not have generic functions
exported for all the needs yet. The hardware specific functions
are defined in files like intel-iommu.h and amd-iommu.h. Follow
the same standard for omap-iommu.h.
This is needed because we are removing plat and mach includes
for ARM common zImage support. Further work should continue
in the iommu framework context as only pure platform data will
be communicated from arch/arm/*omap*/* code to the iommu
framework.
Cc: Ido Yariv <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: Omar Ramirez Luna <[email protected]>
Cc: [email protected]
Acked-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Ohad Ben-Cohen <[email protected]>
Acked-by: Joerg Roedel <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
|