watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_RECEIVER

To facilitate upcoming cleanup in twl stack.
No functional changes.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by Peter Ujfalusi and committed by Wim Van Sebroeck 2bc3f62f e1926349

+1 -1
+1 -1
drivers/watchdog/twl4030_wdt.c
··· 35 35 36 36 static int twl4030_wdt_write(unsigned char val) 37 37 { 38 - return twl_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, val, 38 + return twl_i2c_write_u8(TWL_MODULE_PM_RECEIVER, val, 39 39 TWL4030_WATCHDOG_CFG_REG_OFFS); 40 40 } 41 41