Index: uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h
===================================================================
--- uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h	(revision 8138d4f8e4be03bfb58fd9a06c8f604978b49c0d)
+++ uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h	(revision 4b2c7a88682dc6a0f2539e2d3b21134602c4ad94)
@@ -39,5 +39,5 @@
 
 /* AM/DM37x TRM p.536 and p.589 */
-#define CLOCK_CONTROL_PRM_BASE_ADDRESS  0x48006d00
+#define CLOCK_CONTROL_PRM_BASE_ADDRESS  0x48306d00
 #define CLOCK_CONTROL_PRM_SIZE  8192
 
@@ -60,5 +60,5 @@
 } clock_control_prm_regs_t;
 
-static unsigned sys_clk_freq_kHz(unsigned reg_val)
+static inline unsigned sys_clk_freq_kHz(unsigned reg_val)
 {
 	switch(reg_val)
