aboutsummaryrefslogtreecommitdiff
path: root/net/dcb/dcbevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dcb/dcbevent.c')
-rw-r--r--net/dcb/dcbevent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dcb/dcbevent.c b/net/dcb/dcbevent.c
index 665a8802105..a520d8004d8 100644
--- a/net/dcb/dcbevent.c
+++ b/net/dcb/dcbevent.c
@@ -11,14 +11,15 @@
* more details.
*
* You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: John Fastabend <john.r.fastabend@intel.com>
*/
#include <linux/rtnetlink.h>
#include <linux/notifier.h>
+#include <linux/export.h>
+#include <net/dcbevent.h>
static ATOMIC_NOTIFIER_HEAD(dcbevent_notif_chain);