diff options
author | 2019-08-09 13:07:28 -0500 | |
---|---|---|
committer | 2019-08-09 13:07:28 -0500 | |
commit | 3f61fd41f38328f0a585eaba2d72d339fe9aecda (patch) | |
tree | 4a6fe7dc98a44dec003833a7fa440daa6c304a28 /lib/bitmap.c | |
parent | drm/amdgpu: remove RREG64/WREG64 (diff) | |
parent | Linux 5.3-rc3 (diff) | |
download | linux-rng-3f61fd41f38328f0a585eaba2d72d339fe9aecda.tar.xz linux-rng-3f61fd41f38328f0a585eaba2d72d339fe9aecda.zip |
Merge tag 'v5.3-rc3' into drm-next-5.4
Linux 5.3-rc3
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index f235434df87b..bbe2589e8497 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * lib/bitmap.c * Helper functions for bitmap.h. - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #include <linux/export.h> #include <linux/thread_info.h> |