File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Marvell NFC driver: major functions
3
3
*
4
- * Copyright (C) 2014, Marvell International Ltd.
4
+ * Copyright (C) 2014-2015 Marvell International Ltd.
5
5
*
6
6
* This software file (the "File") is distributed by Marvell International
7
7
* Ltd. under the terms of the GNU General Public License Version 2, June 1991
25
25
#include <net/nfc/nci_core.h>
26
26
#include "nfcmrvl.h"
27
27
28
- #define VERSION "1.0"
29
-
30
28
static int nfcmrvl_nci_open (struct nci_dev * ndev )
31
29
{
32
30
struct nfcmrvl_private * priv = nci_get_drvdata (ndev );
@@ -252,6 +250,5 @@ int nfcmrvl_parse_dt(struct device_node *node,
252
250
EXPORT_SYMBOL_GPL (nfcmrvl_parse_dt );
253
251
254
252
MODULE_AUTHOR ("Marvell International Ltd." );
255
- MODULE_DESCRIPTION ("Marvell NFC driver ver " VERSION );
256
- MODULE_VERSION (VERSION );
253
+ MODULE_DESCRIPTION ("Marvell NFC driver" );
257
254
MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change 23
23
#include <net/nfc/nci_core.h>
24
24
#include "nfcmrvl.h"
25
25
26
- #define VERSION "1.0"
27
-
28
26
static struct usb_device_id nfcmrvl_table [] = {
29
27
{ USB_DEVICE_AND_INTERFACE_INFO (0x1286 , 0x2046 ,
30
28
USB_CLASS_VENDOR_SPEC , 4 , 1 ) },
@@ -469,6 +467,5 @@ static struct usb_driver nfcmrvl_usb_driver = {
469
467
module_usb_driver (nfcmrvl_usb_driver );
470
468
471
469
MODULE_AUTHOR ("Marvell International Ltd." );
472
- MODULE_DESCRIPTION ("Marvell NFC-over-USB driver ver " VERSION );
473
- MODULE_VERSION (VERSION );
470
+ MODULE_DESCRIPTION ("Marvell NFC-over-USB driver" );
474
471
MODULE_LICENSE ("GPL v2" );
You can’t perform that action at this time.
0 commit comments