diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-09-18 19:24:37 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-25 00:17:26 +0200 |
commit | a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac (patch) | |
tree | 28d91849f11713d67154d6dd183a1131dfd90e07 /net/nfc/hci/llc_nop.c | |
parent | c51ad34e542606854d0545533329e916689599ba (diff) | |
download | linux-a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac.tar.gz linux-a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac.tar.bz2 linux-a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac.zip |
NFC: Fix LLC registration definitions for ANSI compliance
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/hci/llc_nop.c')
-rw-r--r-- | net/nfc/hci/llc_nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/llc_nop.c b/net/nfc/hci/llc_nop.c index d91dd66a082d..87b10291b40f 100644 --- a/net/nfc/hci/llc_nop.c +++ b/net/nfc/hci/llc_nop.c @@ -93,7 +93,7 @@ static struct nfc_llc_ops llc_nop_ops = { .xmit_from_hci = llc_nop_xmit_from_hci, }; -int nfc_llc_nop_register() +int nfc_llc_nop_register(void) { return nfc_llc_register(LLC_NOP_NAME, &llc_nop_ops); } |