diff options
Diffstat (limited to 'tools/lib/bitmap.c')
-rw-r--r-- | tools/lib/bitmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/lib/bitmap.c b/tools/lib/bitmap.c index 38748b0e342f..38494782be06 100644 --- a/tools/lib/bitmap.c +++ b/tools/lib/bitmap.c | |||
@@ -1,9 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * From lib/bitmap.c | 3 | * From lib/bitmap.c |
3 | * Helper functions for bitmap.h. | 4 | * Helper functions for bitmap.h. |
4 | * | ||
5 | * This source code is licensed under the GNU General Public License, | ||
6 | * Version 2. See the file COPYING for more details. | ||
7 | */ | 5 | */ |
8 | #include <linux/bitmap.h> | 6 | #include <linux/bitmap.h> |
9 | 7 | ||