diff options
Diffstat (limited to 'drivers/hwmon/ltc2990.c')
| -rw-r--r-- | drivers/hwmon/ltc2990.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwmon/ltc2990.c b/drivers/hwmon/ltc2990.c index be4e89645c0b..f9431ad43ad3 100644 --- a/drivers/hwmon/ltc2990.c +++ b/drivers/hwmon/ltc2990.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Driver for Linear Technology LTC2990 power monitor   *   * Copyright (C) 2014 Topic Embedded Products   * Author: Mike Looijmans <mike.looijmans@topic.nl> - * - * License: GPLv2   */  #include <linux/bitops.h>  | 

