diff options
| author | Marek Vasut <[email protected]> | 2024-07-19 12:48:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:51:46 -0600 |
| commit | 5fb3ba988c6809711f97a187aca9697ca78e24a2 (patch) | |
| tree | e6952f68916ce7c6e6877459f8a99de1fb7b918f | |
| parent | 9e8b81b95cde820da3fb5752fa71439b3fb48595 (diff) | |
board: engicam: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | board/engicam/imx6q/imx6q.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/engicam/imx6q/imx6q.c b/board/engicam/imx6q/imx6q.c index d799fe6526a..a8d54128476 100644 --- a/board/engicam/imx6q/imx6q.c +++ b/board/engicam/imx6q/imx6q.c @@ -5,7 +5,6 @@ * Author: Jagan Teki <[email protected]> */ - #include <asm/io.h> #include <asm/gpio.h> #include <linux/sizes.h> |
