| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> |
|---|
| 3 | 4 | * Copyright (C) 2008-2009 PetaLogix |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 7 | | - * published by the Free Software Foundation. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #include <linux/export.h> |
|---|
| 11 | 8 | #include <linux/string.h> |
|---|
| 12 | | -#include <linux/cryptohash.h> |
|---|
| 13 | 9 | #include <linux/delay.h> |
|---|
| 14 | 10 | #include <linux/in6.h> |
|---|
| 15 | 11 | #include <linux/syscalls.h> |
|---|