spi: Zap lpc32xx_ssp driver-related code
[oweals/u-boot.git] / drivers / timer / sandbox_timer.c
index 6a6411afeb39bce1630af3cafe2db190d4ae8a6c..5228486082c278a5c4ea62f81f900c72adad9d0d 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -15,7 +14,7 @@
 /* system timer offset in ms */
 static unsigned long sandbox_timer_offset;
 
-void sandbox_timer_add_offset(unsigned long offset)
+void timer_test_add_offset(unsigned long offset)
 {
        sandbox_timer_offset += offset;
 }