virtio: pci: use correct type in virtio_pci_bind()
[oweals/u-boot.git] / drivers / pwm / tegra_pwm.c
index b8acc1583f9deb8d45acea8ba6f2b9868fb8b53b..02c3650ec63b8fa5d36441da4d15fd454213391d 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2016 Google Inc.
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -11,8 +10,6 @@
 #include <asm/arch/clock.h>
 #include <asm/arch/pwm.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct tegra_pwm_priv {
        struct pwm_ctlr *regs;
 };