OSDN Git Service

iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 13 Jun 2017 10:28:30 +0000 (15:58 +0530)
committerWill Deacon <will.deacon@arm.com>
Fri, 23 Jun 2017 16:57:57 +0000 (17:57 +0100)
commit60ab7a75c8d83049b0e6189b4128247513880b19
tree755dfd5b12aeb02a5974d3452e74a945d893909d
parentb847de4e5087fc8577c38a697d14fd2a5ce93352
iommu/io-pgtable-arm-v7s: constify dummy_tlb_ops.

File size before:
   text    data     bss     dec     hex filename
   6146      56       9    6211    1843 drivers/iommu/io-pgtable-arm-v7s.o

File size After adding 'const':
   text    data     bss     dec     hex filename
   6170      24       9    6203    183b drivers/iommu/io-pgtable-arm-v7s.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/io-pgtable-arm-v7s.c