treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nvkm / subdev / ibus / priv.h
blob302d69e384d8a4fbd4762269bf2baf2cb6e6971e
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_IBUS_PRIV_H__
3 #define __NVKM_IBUS_PRIV_H__
5 #include <subdev/ibus.h>
7 void gf100_ibus_intr(struct nvkm_subdev *);
8 void gk104_ibus_intr(struct nvkm_subdev *);
9 #endif