.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* Geode LX framebuffer driver |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2006-2007, Advanced Micro Devices,Inc. |
---|
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 | |
---|
11 | 7 | #include <linux/kernel.h> |
---|
.. | .. |
---|
584 | 580 | return 0; |
---|
585 | 581 | } |
---|
586 | 582 | |
---|
587 | | -#ifdef CONFIG_PM |
---|
588 | | - |
---|
589 | 583 | static void lx_save_regs(struct lxfb_par *par) |
---|
590 | 584 | { |
---|
591 | 585 | uint32_t filt; |
---|
.. | .. |
---|
841 | 835 | par->powered_down = 0; |
---|
842 | 836 | return 0; |
---|
843 | 837 | } |
---|
844 | | - |
---|
845 | | -#endif |
---|