mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
0d1fb0a47c
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <alex.dewar@gmx.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
10 lines
194 B
C
10 lines
194 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
|
*/
|
|
|
|
#include <linux/module.h>
|
|
|
|
extern void mcount(void);
|
|
EXPORT_SYMBOL(mcount);
|