Subversion Repositories Kolibri OS

Rev

Rev 6131 | Rev 6320 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6131 Rev 6296
Line 551... Line 551...
551
{
551
{
552
    return 0;
552
    return 0;
553
}
553
}
Line 554... Line 554...
554
 
554
 
-
 
555
void drm_sysfs_connector_remove(struct drm_connector *connector)
-
 
556
{ }
-
 
557
 
555
void drm_sysfs_connector_remove(struct drm_connector *connector)
558
void drm_sysfs_hotplug_event(struct drm_device *dev)
-
 
559
{
556
{
560
    DRM_DEBUG("generating hotplug event\n");
-
 
561
}