OSDN Git Service

iommu/arm-smmu: Collect forward declarations at the top
authorMitchel Humpherys <mitchelh@codeaurora.org>
Thu, 1 Oct 2015 22:56:03 +0000 (15:56 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:14:19 +0000 (11:14 -0700)
commit1a27d39ea6a1e86210c2b3208ca97464de76fcd6
treecd141f2bf5d59e3af2abdf1ff79bd8defbe22c3b
parent425cbf444d4914751b48ede8de92a0545a0a7af4
iommu/arm-smmu: Collect forward declarations at the top

We've been slowly littering arm-smmu.c with forward declarations all
over the place, moving them around when they're not high enough in the
file, etc.  Just move them all to the top of the file once and for all.

Change-Id: I8f2f075546f287db17f1b6e3b08390296cb9b9ff
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
drivers/iommu/arm-smmu.c