summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-12-06 13:34:51 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-12-07 18:44:29 +0200
commit8ea93bfed293ffab5cf75779cf452d3d8fb28cff (patch)
tree1412eb360a6facc937eb612b38f290256a813714 /include
parent2a0570f90007ea4ee5a803d96fd99c92631ba413 (diff)
mvebu: windows: modify prints of CCU/IO-WIN/GWIN drivers
Change-Id: I618df37f02800a57d75612dde6a4f60c1d552655 Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/47345 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/drivers/marvell/ccu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/marvell/ccu.h b/include/drivers/marvell/ccu.h
index 18987de2..687f3dd0 100644
--- a/include/drivers/marvell/ccu.h
+++ b/include/drivers/marvell/ccu.h
@@ -38,7 +38,7 @@
#include <addr_map.h>
int init_ccu(int);
-void ccu_win_check(struct addr_map_win *win, uint32_t win_num);
+void ccu_win_check(struct addr_map_win *win);
void ccu_enable_win(int ap_index, struct addr_map_win *win, uint32_t win_id);
void ccu_temp_win_insert(int ap_index, struct addr_map_win *win, int size);
void ccu_temp_win_remove(int ap_index, struct addr_map_win *win, int size);