diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 08:41:41 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 13:07:53 -0400 |
| commit | 816724e65c72a90a44fbad0ef0b59b186c85fa90 (patch) | |
| tree | 421fa29aedff988e392f92780637553e275d37a0 /drivers/base/attribute_container.c | |
| parent | 70ac4385a13f78bc478f26d317511893741b05bd (diff) | |
| parent | d384ea691fe4ea8c2dd5b9b8d9042eb181776f18 (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts:
fs/nfs/inode.c
fs/super.c
Fix conflicts between patch 'NFS: Split fs/nfs/inode.c' and patch
'VFS: Permit filesystem to override root dentry on mount'
Diffstat (limited to 'drivers/base/attribute_container.c')
| -rw-r--r-- | drivers/base/attribute_container.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c index 2a7d7ae83e1e..22220733f76f 100644 --- a/drivers/base/attribute_container.c +++ b/drivers/base/attribute_container.c | |||
| @@ -236,7 +236,6 @@ attribute_container_remove_device(struct device *dev, | |||
| 236 | } | 236 | } |
| 237 | up(&attribute_container_mutex); | 237 | up(&attribute_container_mutex); |
| 238 | } | 238 | } |
| 239 | EXPORT_SYMBOL_GPL(attribute_container_remove_device); | ||
| 240 | 239 | ||
| 241 | /** | 240 | /** |
| 242 | * attribute_container_device_trigger - execute a trigger for each matching classdev | 241 | * attribute_container_device_trigger - execute a trigger for each matching classdev |
| @@ -276,7 +275,6 @@ attribute_container_device_trigger(struct device *dev, | |||
| 276 | } | 275 | } |
| 277 | up(&attribute_container_mutex); | 276 | up(&attribute_container_mutex); |
| 278 | } | 277 | } |
| 279 | EXPORT_SYMBOL_GPL(attribute_container_device_trigger); | ||
| 280 | 278 | ||
| 281 | /** | 279 | /** |
| 282 | * attribute_container_trigger - trigger a function for each matching container | 280 | * attribute_container_trigger - trigger a function for each matching container |
| @@ -304,7 +302,6 @@ attribute_container_trigger(struct device *dev, | |||
| 304 | } | 302 | } |
| 305 | up(&attribute_container_mutex); | 303 | up(&attribute_container_mutex); |
| 306 | } | 304 | } |
| 307 | EXPORT_SYMBOL_GPL(attribute_container_trigger); | ||
| 308 | 305 | ||
| 309 | /** | 306 | /** |
| 310 | * attribute_container_add_attrs - add attributes | 307 | * attribute_container_add_attrs - add attributes |
| @@ -333,7 +330,6 @@ attribute_container_add_attrs(struct class_device *classdev) | |||
| 333 | 330 | ||
| 334 | return 0; | 331 | return 0; |
| 335 | } | 332 | } |
| 336 | EXPORT_SYMBOL_GPL(attribute_container_add_attrs); | ||
| 337 | 333 | ||
| 338 | /** | 334 | /** |
| 339 | * attribute_container_add_class_device - same function as class_device_add | 335 | * attribute_container_add_class_device - same function as class_device_add |
| @@ -352,7 +348,6 @@ attribute_container_add_class_device(struct class_device *classdev) | |||
| 352 | return error; | 348 | return error; |
| 353 | return attribute_container_add_attrs(classdev); | 349 | return attribute_container_add_attrs(classdev); |
| 354 | } | 350 | } |
| 355 | EXPORT_SYMBOL_GPL(attribute_container_add_class_device); | ||
| 356 | 351 | ||
| 357 | /** | 352 | /** |
| 358 | * attribute_container_add_class_device_adapter - simple adapter for triggers | 353 | * attribute_container_add_class_device_adapter - simple adapter for triggers |
| @@ -367,7 +362,6 @@ attribute_container_add_class_device_adapter(struct attribute_container *cont, | |||
| 367 | { | 362 | { |
| 368 | return attribute_container_add_class_device(classdev); | 363 | return attribute_container_add_class_device(classdev); |
| 369 | } | 364 | } |
| 370 | EXPORT_SYMBOL_GPL(attribute_container_add_class_device_adapter); | ||
| 371 | 365 | ||
| 372 | /** | 366 | /** |
| 373 | * attribute_container_remove_attrs - remove any attribute files | 367 | * attribute_container_remove_attrs - remove any attribute files |
| @@ -389,7 +383,6 @@ attribute_container_remove_attrs(struct class_device *classdev) | |||
| 389 | for (i = 0; attrs[i]; i++) | 383 | for (i = 0; attrs[i]; i++) |
| 390 | class_device_remove_file(classdev, attrs[i]); | 384 | class_device_remove_file(classdev, attrs[i]); |
| 391 | } | 385 | } |
| 392 | EXPORT_SYMBOL_GPL(attribute_container_remove_attrs); | ||
| 393 | 386 | ||
| 394 | /** | 387 | /** |
| 395 | * attribute_container_class_device_del - equivalent of class_device_del | 388 | * attribute_container_class_device_del - equivalent of class_device_del |
| @@ -405,7 +398,6 @@ attribute_container_class_device_del(struct class_device *classdev) | |||
| 405 | attribute_container_remove_attrs(classdev); | 398 | attribute_container_remove_attrs(classdev); |
| 406 | class_device_del(classdev); | 399 | class_device_del(classdev); |
| 407 | } | 400 | } |
| 408 | EXPORT_SYMBOL_GPL(attribute_container_class_device_del); | ||
| 409 | 401 | ||
| 410 | /** | 402 | /** |
| 411 | * attribute_container_find_class_device - find the corresponding class_device | 403 | * attribute_container_find_class_device - find the corresponding class_device |
