diff options
Diffstat (limited to 'net/nfc/hci/llc.c')
| -rw-r--r-- | net/nfc/hci/llc.c | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/net/nfc/hci/llc.c b/net/nfc/hci/llc.c index fe5e966e5b8..1b90c053185 100644 --- a/net/nfc/hci/llc.c +++ b/net/nfc/hci/llc.c @@ -13,23 +13,19 @@   * GNU General Public License for 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. + * along with this program; if not, see <http://www.gnu.org/licenses/>.   */  #include <net/nfc/llc.h>  #include "llc.h" -static struct list_head llc_engines; +static LIST_HEAD(llc_engines);  int nfc_llc_init(void)  {  	int r; -	INIT_LIST_HEAD(&llc_engines); -  	r = nfc_llc_nop_register();  	if (r)  		goto exit;  | 
