hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/include/asm/firmware.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2012 Samsung Electronics.
34 * Kyungmin Park <kyungmin.park@samsung.com>
45 * Tomasz Figa <t.figa@samsung.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #ifndef __ASM_ARM_FIRMWARE_H
....@@ -24,7 +21,7 @@
2421 /*
2522 * Inform the firmware we intend to enter CPU idle mode
2623 */
27
- int (*prepare_idle)(void);
24
+ int (*prepare_idle)(unsigned long mode);
2825 /*
2926 * Enters CPU idle mode
3027 */