• Paul Gortmaker's avatar
    watchdog: intel_scu: make it explicitly non-modular · 3b02dcee
    Paul Gortmaker authored
    The Kconfig currently controlling compilation of this code is:
    
    config INTEL_SCU_WATCHDOG
           bool "Intel SCU Watchdog for Mobile Platforms"
    
    ...meaning that it currently is not being built as a module by anyone.
    
    Lets remove the modular code that is essentially orphaned, so that
    when reading the driver there is no doubt it is builtin-only.
    
    We also delete the MODULE_LICENSE tag etc. since all that information
    is already contained at the top of the file in the comments.
    
    We leave the moduleparam.h include since the file does declare some
    module parameters, and leaving them as such is currently the easiest
    way to remain compatible with existing boot arg use cases.
    
    Cc: Wim Van Sebroeck <wim@iguana.be>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Cc: linux-watchdog@vger.kernel.org
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
    3b02dcee
intel_scu_watchdog.c 14.5 KB