mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
91faa0478b
It's the default storage class for functions, entirely redundant. And a lot of these headers are a bit inconsistent due to organically grown. Reviewed-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170322083617.13361-2-daniel.vetter@ffwll.ch
13 lines
286 B
C
13 lines
286 B
C
#ifndef _DRM_SYSFS_H_
|
|
#define _DRM_SYSFS_H_
|
|
|
|
/**
|
|
* This minimalistic include file is intended for users (read TTM) that
|
|
* don't want to include the full drmP.h file.
|
|
*/
|
|
|
|
int drm_class_device_register(struct device *dev);
|
|
void drm_class_device_unregister(struct device *dev);
|
|
|
|
#endif
|