Skip to content

Commit

Permalink
FIRMWARE: bcm47xx_nvram: Fix module license.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Rafał Miłecki <zajec5@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11020/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Axel Lin authored and Ralf Baechle committed Aug 19, 2015
1 parent 158d3b2 commit 72ccc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/broadcom/bcm47xx_nvram.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ char *bcm47xx_nvram_get_contents(size_t *nvram_size)
}
EXPORT_SYMBOL(bcm47xx_nvram_get_contents);

MODULE_LICENSE("GPLv2");
MODULE_LICENSE("GPL v2");

0 comments on commit 72ccc89

Please sign in to comment.