staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / s390 / include / asm / bugs.h
blobaa42a179be33a5f92592c4099f38dc951e7a7abf
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * S390 version
4 * Copyright IBM Corp. 1999
5 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
7 * Derived from "include/asm-i386/bugs.h"
8 * Copyright (C) 1994 Linus Torvalds
9 */
12 * This is included by init/main.c to check for architecture-dependent bugs.
14 * Needs:
15 * void check_bugs(void);
18 static inline void check_bugs(void)
20 /* s390 has no bugs ... */