summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/firmware.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-04-03 06:48:35 (GMT)
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-05 04:19:06 (GMT)
commit5a53e02eaf223c42c6ca8d9664c1191ea7c2b106 (patch)
tree83f06b47dfb8103d02e93c41ec256e25eadbf2b3 /drivers/staging/greybus/firmware.h
parent0c35631bce4d0bece5a8e823b7f9ef115c712c4f (diff)
downloadlinux-5a53e02eaf223c42c6ca8d9664c1191ea7c2b106.tar.xz
greybus: firmware: Rename to bootrom protocol
Align with Greybus specifications and rename Firmware Protocol driver as Bootrom Protocol driver. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/firmware.h')
-rw-r--r--drivers/staging/greybus/firmware.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/greybus/firmware.h b/drivers/staging/greybus/firmware.h
deleted file mode 100644
index f25744c..0000000
--- a/drivers/staging/greybus/firmware.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Greybus firmware code
- *
- * Copyright 2015 Google Inc.
- * Copyright 2015 Linaro Ltd.
- *
- * Released under the GPLv2 only.
- */
-
-#ifndef __FIRMWARE_H
-#define __FIRMWARE_H
-
-int gb_firmware_init(void);
-void gb_firmware_exit(void);
-
-#endif /* __FIRMWARE_H */