treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / sound / soc / ux500 / ux500_pcm.h
blobff3ef7223db699816da403c44a674e6bf968956b
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) ST-Ericsson SA 2012
5 * Author: Ola Lilja <ola.o.lilja@stericsson.com>,
6 * Roger Nilsson <roger.xr.nilsson@stericsson.com>
7 * for ST-Ericsson.
9 * License terms:
11 #ifndef UX500_PCM_H
12 #define UX500_PCM_H
14 #include <asm/page.h>
16 #include <linux/workqueue.h>
18 int ux500_pcm_register_platform(struct platform_device *pdev);
19 int ux500_pcm_unregister_platform(struct platform_device *pdev);
21 #endif