X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=buildtools%2Fpmdinfogen%2Fpmdinfogen.h;h=93930e4543fe458738ba59647851b167681f2267;hb=5cbe184802aae6f3033617c7a281e9e33eaf41a1;hp=27bab30e5eb099d2a57db9e16fbce612804f1649;hpb=0880c40113ef2d69b6433d7dfa0b4032cc378b0d;p=dpdk.git diff --git a/buildtools/pmdinfogen/pmdinfogen.h b/buildtools/pmdinfogen/pmdinfogen.h index 27bab30e5e..93930e4543 100644 --- a/buildtools/pmdinfogen/pmdinfogen.h +++ b/buildtools/pmdinfogen/pmdinfogen.h @@ -1,12 +1,8 @@ - -/* Postprocess pmd object files to export hw support +/* SPDX-License-Identifier: GPL-2.0 + * Postprocess pmd object files to export hw support * * Copyright 2016 Neil Horman * Based in part on modpost.c from the linux kernel - * - * This software may be used and distributed according to the terms - * of the GNU General Public License V2, incorporated herein by reference. - * */ #include @@ -24,7 +20,6 @@ #include #include #include -#include #include /* On BSD-alike OSes elf.h defines these according to host's word size */ @@ -122,4 +117,3 @@ struct elf_info { struct pmd_driver *drivers; }; -