summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h
index f9d9e2a8..ed585527 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_lsfm.h
@@ -19,10 +19,10 @@
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22#ifndef __ACR_LSFM_H__ 22#ifndef NVGPU_ACR_LSFM_H
23#define __ACR_LSFM_H__ 23#define NVGPU_ACR_LSFM_H
24 24
25#ifndef __NVGPU_ACR_H__ 25#ifndef NVGPU_ACR_H
26#warning "acr_lsfm.h not included from nvgpu_acr.h!" \ 26#warning "acr_lsfm.h not included from nvgpu_acr.h!" \
27 "Include nvgpu_acr.h instead of acr_xxx.h to get access to ACR interfaces" 27 "Include nvgpu_acr.h instead of acr_xxx.h to get access to ACR interfaces"
28#endif 28#endif
@@ -325,4 +325,4 @@ struct flcn_acr_desc_v1 {
325}; 325};
326 326
327 327
328#endif /* __ACR_LSFM_H__ */ 328#endif /* NVGPU_ACR_LSFM_H */