summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/component.h
blob: 3f210fb079ffcd8e7a57f72318666deab72b48bf (plain) (blame)
1
2
3
4
5
6
7
8
9
/* Public domain. */

#ifndef _LINUX_COMPONENT_H
#define _LINUX_COMPONENT_H

#define component_del(a, b)
#define component_add(a, b)	0

#endif