mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
drivers: thermal: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
c77c054aa5
commit
0b9377abbf
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
|
|
||||||
|
|
||||||
int thermal_get_temp(struct udevice *dev, int *temp)
|
int thermal_get_temp(struct udevice *dev, int *temp)
|
||||||
{
|
{
|
||||||
const struct dm_thermal_ops *ops = device_get_ops(dev);
|
const struct dm_thermal_ops *ops = device_get_ops(dev);
|
||||||
|
|
Loading…
Add table
Reference in a new issue