summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bootrom.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-06-09 16:34:35 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-09 17:28:02 -0700
commitaa62b5e49a596cad71a816fc36a4da6ad0c0cd0f (patch)
tree6316cf5e0a76346ad400566d1fd427ae0e638e7d /drivers/staging/greybus/bootrom.h
parent9e50e987f55dc16364786525abdb4c7eac50e00b (diff)
downloadop-kernel-dev-aa62b5e49a596cad71a816fc36a4da6ad0c0cd0f.zip
op-kernel-dev-aa62b5e49a596cad71a816fc36a4da6ad0c0cd0f.tar.gz
greybus: bootrom: Compile as a separate module
User space doesn't break anymore with new greybus modules and its time to make bootrom a separate module. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/bootrom.h')
-rw-r--r--drivers/staging/greybus/bootrom.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/greybus/bootrom.h b/drivers/staging/greybus/bootrom.h
deleted file mode 100644
index fd2d193..0000000
--- a/drivers/staging/greybus/bootrom.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Greybus bootrom code
- *
- * Copyright 2016 Google Inc.
- * Copyright 2016 Linaro Ltd.
- *
- * Released under the GPLv2 only.
- */
-
-#ifndef __BOOTROM_H
-#define __BOOTROM_H
-
-int gb_bootrom_init(void);
-void gb_bootrom_exit(void);
-
-#endif /* __BOOTROM_H */
OpenPOWER on IntegriCloud