Changeset 720 for GPL/branches/uniaud32-next/lib32/devres.c
- Timestamp:
- Sep 4, 2022, 12:53:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/devres.c
r719 r720 151 151 } 152 152 153 #if 0 //2022-09-02154 153 static int remove_nodes(struct device *dev, 155 154 struct list_head *first, struct list_head *end, … … 264 263 flags); 265 264 } 266 #endif267 265 268 266 static struct devres *find_dr(struct device *dev, dr_release_t release, … … 375 373 { 376 374 /* noop */ 377 }378 379 static int devm_kmalloc_match(struct device *dev, void *res, void *data)380 {381 return res == data;382 375 } 383 376 … … 427 420 { 428 421 iounmap(*(void __iomem **)res); 429 }430 431 static int devm_ioremap_match(struct device *dev, void *res, void *match_data)432 {433 return *(void **)res == match_data;434 422 } 435 423
Note:
See TracChangeset
for help on using the changeset viewer.