Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdt

Rename the watchdog platform library file to explicitly show that is used only
on Intel Merrifield platforms.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161118172723.179761-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

Andy Shevchenko and committed by
Ingo Molnar
e5dce286 a980ce35

+2 -2
+1 -1
arch/x86/platform/intel-mid/device_libs/Makefile
··· 28 28 obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_tca6416.o 29 29 # MISC Devices 30 30 obj-$(subst m,y,$(CONFIG_KEYBOARD_GPIO)) += platform_gpio_keys.o 31 - obj-$(subst m,y,$(CONFIG_INTEL_MID_WATCHDOG)) += platform_wdt.o 31 + obj-$(subst m,y,$(CONFIG_INTEL_MID_WATCHDOG)) += platform_mrfld_wdt.o
+1 -1
arch/x86/platform/intel-mid/device_libs/platform_wdt.c arch/x86/platform/intel-mid/device_libs/platform_mrfld_wdt.c
··· 1 1 /* 2 - * platform_wdt.c: Watchdog platform library file 2 + * Intel Merrifield watchdog platform device library file 3 3 * 4 4 * (C) Copyright 2014 Intel Corporation 5 5 * Author: David Cohen <david.a.cohen@linux.intel.com>