af_netrom.c (123656d4cc8c946f578ebd18c2050f5251720428) | af_netrom.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) 8 * Copyright Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) 9 * Copyright Darryl Miles G7LED (dlm@g7led.demon.co.uk) 10 */ 11#include <linux/config.h> 12#include <linux/module.h> 13#include <linux/moduleparam.h> | 1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) 8 * Copyright Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) 9 * Copyright Darryl Miles G7LED (dlm@g7led.demon.co.uk) 10 */ 11#include <linux/config.h> 12#include <linux/module.h> 13#include <linux/moduleparam.h> |
14#include <linux/capability.h> |
|
14#include <linux/errno.h> 15#include <linux/types.h> 16#include <linux/socket.h> 17#include <linux/in.h> 18#include <linux/kernel.h> 19#include <linux/sched.h> 20#include <linux/timer.h> 21#include <linux/string.h> --- 1465 unchanged lines hidden --- | 15#include <linux/errno.h> 16#include <linux/types.h> 17#include <linux/socket.h> 18#include <linux/in.h> 19#include <linux/kernel.h> 20#include <linux/sched.h> 21#include <linux/timer.h> 22#include <linux/string.h> --- 1465 unchanged lines hidden --- |