Commit d09cb482 authored by Chengyang Fan's avatar Chengyang Fan Committed by Vasily Gorbik

s390/ap: remove unneeded semicolon

Remove a superfluous semicolon after function definition.
Signed-off-by: default avatarChengyang Fan <cy.fan@huawei.com>
Message-Id: <20210125095839.1720265-1-cy.fan@huawei.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent ba764dd7
......@@ -368,7 +368,7 @@ static inline struct ap_queue_status ap_dqap(ap_qid_t qid,
#if IS_ENABLED(CONFIG_ZCRYPT)
void ap_bus_cfg_chg(void);
#else
static inline void ap_bus_cfg_chg(void){};
static inline void ap_bus_cfg_chg(void){}
#endif
#endif /* _ASM_S390_AP_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment