.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2007 Advanced Micro Devices, Inc. |
---|
3 | 4 | * Copyright (C) 2008 Andres Salomon <dilinger@debian.org> |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms of the GNU General Public License as published by the |
---|
7 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
8 | | - * option) any later version. |
---|
9 | 5 | */ |
---|
10 | 6 | #include <linux/fb.h> |
---|
11 | 7 | #include <asm/io.h> |
---|
.. | .. |
---|
14 | 10 | #include <asm/delay.h> |
---|
15 | 11 | |
---|
16 | 12 | #include "gxfb.h" |
---|
17 | | - |
---|
18 | | -#ifdef CONFIG_PM |
---|
19 | 13 | |
---|
20 | 14 | static void gx_save_regs(struct gxfb_par *par) |
---|
21 | 15 | { |
---|
.. | .. |
---|
263 | 257 | par->powered_down = 0; |
---|
264 | 258 | return 0; |
---|
265 | 259 | } |
---|
266 | | - |
---|
267 | | -#endif |
---|