mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver
gd is not used in the driver that's why declaration is not needed at all. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -15,8 +15,6 @@
|
|||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
|
||||||
|
|
||||||
struct cdns_regs {
|
struct cdns_regs {
|
||||||
u32 zmr; /* WD Zero mode register, offset - 0x0 */
|
u32 zmr; /* WD Zero mode register, offset - 0x0 */
|
||||||
u32 ccr; /* Counter Control Register offset - 0x4 */
|
u32 ccr; /* Counter Control Register offset - 0x4 */
|
||||||
|
Reference in New Issue
Block a user