| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Backlight code for nVidia based graphic cards |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2004 Antonino Daplas <adaplas@pol.net> |
|---|
| 5 | 6 | * Copyright (c) 2006 Michael Hanselmann <linux-kernel@hansmi.ch> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include <linux/backlight.h> |
|---|
| .. | .. |
|---|
| 125 | 122 | backlight_update_status(bd); |
|---|
| 126 | 123 | |
|---|
| 127 | 124 | printk("nvidia: Backlight initialized (%s)\n", name); |
|---|
| 128 | | - |
|---|
| 129 | | - return; |
|---|
| 130 | 125 | |
|---|
| 131 | 126 | error: |
|---|
| 132 | 127 | return; |
|---|