| .. | .. |
|---|
| 14 | 14 | #include <linux/kernel.h> |
|---|
| 15 | 15 | #include <linux/bug.h> |
|---|
| 16 | 16 | #include <linux/err.h> |
|---|
| 17 | | -#include <linux/gpio.h> |
|---|
| 18 | 17 | #include <linux/slab.h> |
|---|
| 19 | | -#include <linux/gpio/consumer.h> |
|---|
| 20 | 18 | #include <linux/module.h> |
|---|
| 21 | 19 | #include <linux/platform_device.h> |
|---|
| 22 | 20 | #include <linux/regulator/driver.h> |
|---|
| .. | .. |
|---|
| 248 | 246 | unsigned int ramp_value; |
|---|
| 249 | 247 | |
|---|
| 250 | 248 | if (id > MAX77802_BUCK4) { |
|---|
| 251 | | - dev_warn(&rdev->dev, |
|---|
| 252 | | - "%s: regulator: ramp delay not supported\n", |
|---|
| 253 | | - rdev->desc->name); |
|---|
| 249 | + dev_warn(&rdev->dev, |
|---|
| 250 | + "%s: regulator: ramp delay not supported\n", |
|---|
| 251 | + rdev->desc->name); |
|---|
| 254 | 252 | return -EINVAL; |
|---|
| 255 | 253 | } |
|---|
| 256 | 254 | ramp_value = max77802_find_ramp_value(rdev, ramp_table_77802_2bit, |
|---|