David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2012 Samsung Electronics. |
| 4 | * Kyungmin Park <kyungmin.park@samsung.com> |
| 5 | * Tomasz Figa <t.figa@samsung.com> |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include <linux/kernel.h> |
| 9 | #include <linux/suspend.h> |
| 10 | |
| 11 | #include <asm/firmware.h> |
| 12 | |
| 13 | static const struct firmware_ops default_firmware_ops; |
| 14 | |
| 15 | const struct firmware_ops *firmware_ops = &default_firmware_ops; |