aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/compat
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:45 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:56:17 +0000
commitf219cd8342ba8088eb3c48aac71d4975a35527ac (patch)
tree7525ab4ab00ee769b65b074c77663c41c0642926 /src/device/oprom/yabel/compat
parent0dd92f8222f9210ff7d33072ae197ed785cd38aa (diff)
src/device: Drop unneeded empty lines
Change-Id: Ief990b4174d13b3472ac75a042ae8d878640dda3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/device/oprom/yabel/compat')
-rw-r--r--src/device/oprom/yabel/compat/of.h3
-rw-r--r--src/device/oprom/yabel/compat/rtas.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/device/oprom/yabel/compat/of.h b/src/device/oprom/yabel/compat/of.h
index ce910f7e69..8cec44fe97 100644
--- a/src/device/oprom/yabel/compat/of.h
+++ b/src/device/oprom/yabel/compat/of.h
@@ -31,7 +31,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#ifndef OF_H
#define OF_H
#define p32 int
@@ -48,7 +47,6 @@ typedef struct
unsigned int args[16];
} of_arg_t;
-
phandle_t of_finddevice (const char *);
phandle_t of_peer(phandle_t);
phandle_t of_child(phandle_t);
@@ -56,7 +54,6 @@ phandle_t of_parent(phandle_t);
int of_getprop(phandle_t, const char *, void *, int);
void *of_call_method_3(const char *, ihandle_t, int);
-
ihandle_t of_open(const char *);
void of_close(ihandle_t);
int of_read(ihandle_t, void *, int);
diff --git a/src/device/oprom/yabel/compat/rtas.h b/src/device/oprom/yabel/compat/rtas.h
index ccad9e958b..021f51e723 100644
--- a/src/device/oprom/yabel/compat/rtas.h
+++ b/src/device/oprom/yabel/compat/rtas.h
@@ -31,7 +31,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#ifndef RTAS_H
#define RTAS_H