]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/omap-timer.c
sf: Enable FSR polling on N25Q256(A)
[u-boot] / drivers / timer / omap-timer.c
index 4cc6105505739365f3b7ba408165c3e9211ac2ac..3f847984cb993f9d47a83a7864c922f134ddc556 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * TI OMAP timer driver
  *
  * Copyright (C) 2015, Texas Instruments, Incorporated
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include <common.h>
@@ -13,8 +12,6 @@
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* Timer register bits */
 #define TCLR_START                     BIT(0)  /* Start=1 */
 #define TCLR_AUTO_RELOAD               BIT(1)  /* Auto reload */