lkml.org 
[lkml]   [2004]   [Sep]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 17 Sep 2004 08:23:44 +0100
FromChristoph Hellwig <>
SubjectRe: [PATCH] Suspend2 Merge: Driver model patches 1/2
> +struct partial_device_tree default_device_tree =
> +{ 
> +	.dpm_active	= LIST_HEAD_INIT(default_device_tree.dpm_active),
> +	.dpm_off	= LIST_HEAD_INIT(default_device_tree.dpm_off),
> +	.dpm_off_irq	= LIST_HEAD_INIT(default_device_tree.dpm_off_irq),
> +};
> +EXPORT_SYMBOL(default_device_tree);


_never_ exports lists, only accessory funktions.  But honestly please get
some builtin code merged first, then think about making it modular.

We don't want to add random exports just to see them never used later on.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [from the cache]
©2003-2008