| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * L3 code |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2008, Christian Pellegrin <chripell@evolware.org> |
|---|
| 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. |
|---|
| 9 | | - * |
|---|
| 10 | 6 | * |
|---|
| 11 | 7 | * based on: |
|---|
| 12 | 8 | * |
|---|
| 13 | 9 | * L3 bus algorithm module. |
|---|
| 14 | 10 | * |
|---|
| 15 | 11 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
|---|
| 16 | | - * |
|---|
| 17 | | - * |
|---|
| 18 | 12 | */ |
|---|
| 19 | 13 | |
|---|
| 20 | 14 | #include <linux/module.h> |
|---|