Separate copyright bumps in a different commit. A lot of files only had the copyright change at this point; these were probably changes I added separatly in other patches but just split these in a different commit instead to simplify git stats Change-Id: I93cf3fc1c0fa04ee743a79c3fe9768933e6bd0d2
11 lines
195 B
C
11 lines
195 B
C
/* hwcap.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
|
|
#ifndef _UAPI__ASM_HWCAP_H
|
|
#define _UAPI__ASM_HWCAP_H
|
|
|
|
static unsigned long arch_get_hwcap(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#endif /* _UAPI__ASM_HWCAP_H */
|