Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266299
b: refs/heads/master
c: 55eb94f
h: refs/heads/master
i:
  266297: 31d719d
  266295: b2a4df6
v: v3
  • Loading branch information
Ilan Elias authored and John W. Linville committed Sep 20, 2011
1 parent 52ac671 commit 95e4302
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b3fe7b591b3c50061a8701f8eda14033420577b
refs/heads/master: 55eb94f9e923cba376cdf48ea5ab28d81116bead
2 changes: 1 addition & 1 deletion trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4508,7 +4508,7 @@ L: linux-wireless@vger.kernel.org
S: Maintained
F: net/nfc/
F: include/linux/nfc.h
F: include/net/nfc.h
F: include/net/nfc/
F: drivers/nfc/

NFS, SUNRPC, AND LOCKD CLIENTS
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/usb.h>
#include <linux/nfc.h>
#include <linux/netdevice.h>
#include <net/nfc.h>
#include <net/nfc/nfc.h>

#define VERSION "0.1"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/net/nfc/nfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef __LOCAL_NFC_H
#define __LOCAL_NFC_H

#include <net/nfc.h>
#include <net/nfc/nfc.h>
#include <net/sock.h>

__attribute__((format (printf, 2, 3)))
Expand Down

0 comments on commit 95e4302

Please sign in to comment.