@@ -914,13 +914,15 @@ int mvebu_mbus_add_window_remap_by_id(unsigned int target,
914
914
915
915
return mvebu_mbus_alloc_window (s , base , size , remap , target , attribute );
916
916
}
917
+ EXPORT_SYMBOL_GPL (mvebu_mbus_add_window_remap_by_id );
917
918
918
919
int mvebu_mbus_add_window_by_id (unsigned int target , unsigned int attribute ,
919
920
phys_addr_t base , size_t size )
920
921
{
921
922
return mvebu_mbus_add_window_remap_by_id (target , attribute , base ,
922
923
size , MVEBU_MBUS_NO_REMAP );
923
924
}
925
+ EXPORT_SYMBOL_GPL (mvebu_mbus_add_window_by_id );
924
926
925
927
int mvebu_mbus_del_window (phys_addr_t base , size_t size )
926
928
{
@@ -933,20 +935,23 @@ int mvebu_mbus_del_window(phys_addr_t base, size_t size)
933
935
mvebu_mbus_disable_window (& mbus_state , win );
934
936
return 0 ;
935
937
}
938
+ EXPORT_SYMBOL_GPL (mvebu_mbus_del_window );
936
939
937
940
void mvebu_mbus_get_pcie_mem_aperture (struct resource * res )
938
941
{
939
942
if (!res )
940
943
return ;
941
944
* res = mbus_state .pcie_mem_aperture ;
942
945
}
946
+ EXPORT_SYMBOL_GPL (mvebu_mbus_get_pcie_mem_aperture );
943
947
944
948
void mvebu_mbus_get_pcie_io_aperture (struct resource * res )
945
949
{
946
950
if (!res )
947
951
return ;
948
952
* res = mbus_state .pcie_io_aperture ;
949
953
}
954
+ EXPORT_SYMBOL_GPL (mvebu_mbus_get_pcie_io_aperture );
950
955
951
956
int mvebu_mbus_get_dram_win_info (phys_addr_t phyaddr , u8 * target , u8 * attr )
952
957
{
0 commit comments